apache / openwhisk-wskdeploy

Apache OpenWhisk utility for deploying and managing OpenWhisk projects and packages
https://openwhisk.apache.org/
Apache License 2.0
77 stars 74 forks source link

Rust 1.34 support #1119

Closed kingledion closed 3 years ago

kingledion commented 3 years ago

Adding support for kind "rust:1.34" in wskdeploy.

This is tested working in local deployments with cargo and source files zipped, but is not working with plain '.rs' extension files.

mrutkows commented 3 years ago

@kingledion Thanks for your contribution! It is quite a good coincidence as I had intended to figure out how to bring in the Rust tests from this old PR https://github.com/apache/openwhisk-wskdeploy/pull/1074.

Effectively this PR: Fixes https://github.com/apache/openwhisk-wskdeploy/pull/1074

If there are still mapping issues in the util. from seeing a .rs extension to the actual runtime; can we open an issue and track/debug/work on as a follow-on? Thanks!