gloo:rustwasm project
gloo 是 使用Rust和Wasm构建快速,可靠的Web应用程序和库的工具包。
GitHub: https://github.com/rustwasm/gloo
Rust Style Guidelines
rust-guidelines 收集了用于编写Rust代码的新出现的原理,约定,抽象和最佳实践。
Docs: https://doc.rust-lang.org/1.0.0/style/README.html
GitHub: https://github.com/rust-lang/rust-guidelines
rust lambda
rust lambda 是适用于AWS Lambda的Rust运行时。
GitHub: https://github.com/awslabs/aws-lambda-rust-runtime
避免使用Rust进行单线程内存访问错误
在本文中,我们将研究单线程C ++中的几种内存访问错误,以及Rust如何防止我们犯这些错误。
我写了一篇简短的文章,展示了C ++中的内存访问错误以及Rust如何阻止我们访问这些错误。
-
Returning references to temporaries
-
-
Referenes to container contents
-
Tricky lifetime extensions
阅读原文: https://radekvit.medium.com/avoiding-single-threaded-memory-access-bugs-with-rust-for-c-developers-2b7fc9c877ec
From 日报小组 Lanpeng
409200【Rust日报】2021-03-07 rust lambda:适用于AWS Lambda的Rust运行时
文章评论