锈撬棍 使用撬杠可以轻松地在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! 巨集: lambda! ( | event, context | { println! ( "hi cloudwatch logs, this is {}" , context. function_name ()); // return the event without doing anything with it Ok (event) }); 构建Lambda函数 为了使代码可
2021-02-02 03:34:47 46KB rust aws aws-lambda serverless
1
tarkov:Tarkov API中的Escape的Rust库
2021-02-02 03:34:38 92KB api bot sdk eft
1
放大器:您的终端的完整文本编辑器
2021-02-01 23:07:31 482KB vim rust terminal text-editor
1
终于找到个win7可以用的rust安装包了,不用init安装就是快 !!
2021-01-31 11:06:49 239.29MB rust
1
氧化锌 浏览文件系统的更快方法 目录 介绍 受和启发, zoxide是cd快速替代品。 它会跟踪您最常使用的目录,并使用排名算法导航到最匹配的目录。 例子 z foo # cd to highest ranked directory matching foo z foo bar # cd to highest ranked directory matching foo and bar z foo/ # can also cd into actual directories zi foo # cd with interactive selection using fzf zq foo # echo the best match, don't cd za /foo # add /foo to the database zr /foo # remove /foo from the database 入门 步骤1:安装zoxide zoxide适用于所有主要平台。 如果您的发行版未包含在下面的列表中,则可以直接从GitHub安装
2021-01-30 20:09:29 137KB shell bash rust zsh
1
homu-on-heroku 如何将实例部署到 Homu是一项CI服务,可帮助您在GitHub存储库中实施“永不中断构建”策略(有关Homu的更多详细信息,请检查其和 )。 是一个Homu实例,加上一个前端,可让您轻松地将Homu与存储库一起使用。 但是,尽管其相关联的 bot仍在不停地对已经注册的存储库进行操作,但是homu.io现在不接受新存储库的注册。 在 “重新打开”其注册页面之前,您可以在免费的Heroku dyno上部署自己的Homu实例,并将其与所有存储库一起使用。 本文档的其余部分将告诉您如何执行此操作。 警告本文档未涵盖如何使用Homu或解释“ r +”之类的Homu术语,因为网站已涵盖了该。 实际上,我将简要介绍Homu的工作原理,因为有关某些功能的文档并不多。 请参阅部分。 你需要什么 一个额外的GitHub帐户将成为Homu机器人。 例如,我正在使用 。 我将这个(即您的)帐户称为$HOMU_BOT 。 一个Heroku帐户。 如何部署 抱歉,我没有时间使此过程更短/更简单。 该过程由“两个”部分组成:您需要执行一次(显然)的一系列“一次性”步骤,
2021-01-30 14:09:11 10KB rust continuous-integration how-to homu
1
awesome-cheatsheets-cn::fire::fire::fire:专为国人开发者打造的备忘单-操作系统,数据库,编程语言,框架和开发工具等速查表。通过一个文件快速掌握或查找您所需的关键知识。项目上榜靠你了,觉得不错点个Star吧!:rocket::rocket:
2021-01-30 05:08:44 9.95MB python java go rust
1
真棒嵌入式锈:Rust编程语言中用于嵌入式和低级开发的资源精选清单
2021-01-30 05:08:34 65KB rust awesome embedded libraries
1
RustAdminRelease汉化版
2020-01-29 03:12:13 45.65MB Rust汉化版
1
This book will introduce you to the development of microservices with Rust. I started using Rust not that long ago, back in 2015. It had only been a couple of months since the release of version 1.0 and, at that time, I didn't think that this tool would usher in a silent revolution that would disrupt the traditions associated with system programming, which, at that time, was tedious and in no way fashionable.
2020-01-03 11:18:11 6.41MB Rust 微服务 Rust微服务 Microservice
1