rust crowbar:包装程序以简化在Rust中使用AWS Lambda函数编写(使用Python执行环境) 源码
锈撬棍 使用撬杠可以轻松地在Rust中编写AWS Lambda函数。 它将原生Rust函数包装到CPython模块中,该模块处理将Python对象转换为Rust对象并再次转换的过程。 用法 将撬杠和cpython都添加到您的Cargo.toml : [ dependencies ] crowbar = " 0.3 " cpython = " 0.2 " 使用两个包装箱中的宏: #[macro_use(lambda)] extern crate crowbar; #[macro_use] extern crate cpython; 并使用lambda!编写函数lambda! 巨集:
文件列表
rust-crowbar-master.zip
(预估有个45文件)
rust-crowbar-master
LICENSE-MIT
1KB
crowbar-attr
Cargo.toml
486B
src
lib.rs
2KB
Vagrantfile
1KB
Cargo.toml
787B
vagrant.yml
111B
requirements.yml
121B
暂无评论