|
| 1 | +## Rust Weekly 02 |
| 2 | + |
| 3 | +<img src="https://pic4.zhimg.com/80/v2-7e5cc0507f4312e8410a5808198cba53_1440w.jpg" /> |
| 4 | + |
| 5 | +#### Rust新闻 |
| 6 | + |
| 7 | +- [2022年的 Rust 编译速度改进计划](https://nnethercote.github.io/2022/02/25/how-to-speed-up-the-rust-compiler-in-2022.html) |
| 8 | + |
| 9 | +- [rust-analyzer 和过程宏](https://veykril.github.io/posts/ide-proc-macros/) |
| 10 | + |
| 11 | + |
| 12 | +#### 精选文章 |
| 13 | + |
| 14 | +- [Rust vs Go: 兄弟就应该在一起](https://thenewstack.io/rust-vs-go-why-theyre-better-together/) |
| 15 | + |
| 16 | +- [用 Rust 达成每小时 1TB 的客户端数据备份速度](https://www.druva.com/blog/achieving-1tb-hr-backup-speed-with-a-core-client-side-data-pipeline-in-rust/) |
| 17 | + |
| 18 | +- [如何绕过 Rust 借用检查规则](https://blog.warp.dev/rules-are-made-to-be-broken/) |
| 19 | + |
| 20 | +- [开启学习 Rust 所需的心智模式](https://kerkour.com/rust-mental-models) |
| 21 | + |
| 22 | +- [通过 Rust 实现无容器化!在 K8S 上运行 WASM 服务](https://developer.okta.com/blog/2022/01/28/webassembly-on-kubernetes-with-rust) |
| 23 | + |
| 24 | +- [如何跟踪现代化的电信网络](https://oxio.com/blog/modern-telecom-network-tracing/) |
| 25 | + |
| 26 | +- [加密库最大的缺陷不是来自于加密学 bug 而是内存安全](https://www.reddit.com/r/rust/comments/t33ddj/the_biggest_source_of_vulnerabilities_in/) |
| 27 | + |
| 28 | +- [关于 unchecked 和 unsafe 的讨论](https://www.reddit.com/r/rust/comments/t3di49/discussion_the_unchecked_keyword/) |
| 29 | + |
| 30 | +- [在 Android 开发中使用 Rust](https://blog.devgenius.io/integrating-rust-with-android-development-ef341c2f9cca) |
| 31 | + |
| 32 | +- [series] [使用 Rust 构建图形化引擎 - Part 2](https://www.polymonster.co.uk/blog/bulding-new-engine-in-rust-2) |
| 33 | + |
| 34 | +- [series] [端到端加密的基石,示例使用 Rust 编写,本文是系列文章中的第三篇](https://kerkour.com/end-to-end-encryption-key-exchange-cryptography-rust) |
| 35 | + |
| 36 | +- [video] [Rust 2022 年的愿景](https://www.youtube.com/watch?v=zYrudh-dsX8) |
| 37 | + |
| 38 | +#### 开源项目 |
| 39 | + |
| 40 | +- [cargo-zigbuild 作者再出手!轻松实现在其它系统中交叉编译到 Windows](https://github.com/messense/cargo-xwinbuild) |
| 41 | + |
| 42 | +- [Engula 0.3 发布:Rust 写的云原生数据存储服务,可用于数据库、缓存和核心存储引擎](https://www.reddit.com/r/rust/comments/t36ha6/announcing_engula_03/) |
| 43 | + |
| 44 | +- [Wasmer 2.2 发布: 支持 WASI 和 Emscripten 的 WASM 运行时,新版本更快更强,且支持更多的平台,包括苹果 m1 芯片](https://wasmer.io/posts/wasmer-2.2) |
| 45 | + |
| 46 | +- [Codesnipt: 基于 Rust + Flutter, 用于存储、索引和搜索你的代码片段](https://github.com/MichaelProjects/codsnipet) |
| 47 | + |
| 48 | +- [igrep: 在终端中交互式的使用 grep,基于 ripgrep 实现](https://github.com/konradsz/igrep) |
| 49 | + |
| 50 | +- [Actix Web 发布 4.0: 完全兼容 Tokio v1 生态,并且支持 #[tokio::main];API 优化;文档大幅优化等](https://github.com/actix/actix-web/wiki/v4-Announcement) |
| 51 | + |
| 52 | +- [AWS Lambda Rust 运行时发布 0.5.0](https://github.com/awslabs/aws-lambda-rust-runtime/releases/tag/v0.5.0) |
| 53 | + |
| 54 | + |
| 55 | +> 本文部分内容借鉴自 [This Week In Rust](https://this-week-in-rust.org/blog/2022/03/02/this-week-in-rust-432/) |
0 commit comments