-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
76 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
## Rust Weekly 03 | ||
|
||
<img src="https://pic3.zhimg.com/80/v2-a6bc444e06bde6f7cc40ae673009c864_1440w.png" /> | ||
|
||
#### Rust新闻 | ||
|
||
- [Rust 基金会新增成员:1Password](https://foundation.rust-lang.org/posts/2022-03-08-member-spotlight-1password/) | ||
|
||
|
||
#### 精选文章 | ||
|
||
- [来自 Rust 真爱粉的吐槽](https://blog.yossarian.net/2022/03/10/Things-I-hate-about-Rust-redux) | ||
|
||
- [关于 C/C++ 能做但是 Rust 不能做的讨论](https://www.reddit.com/r/rust/comments/ta2ckk/can_rust_do_every_low_level_stuff_cc_do/) | ||
|
||
- [使用 Rust 进行函数式编程](https://kerkour.com/rust-functional-programming) | ||
|
||
- [Pin projection: 将类型的某几个字段进行固定](https://github.com/ko-crypto/ko-crypto) | ||
|
||
- [对 async 请求进行聚合](https://fasterthanli.me/articles/request-coalescing-in-async-rust) | ||
|
||
- [Fuzzing unsafe: 对 unsafe 代码进行测试](https://medium.com/@adetaylor/fuzzing-unsafe-code-in-a-rust-crate-dcf3ec04d79a) | ||
|
||
- [为 DNS 服务器实现一个 LRU 缓存](https://memo.barrucadu.co.uk/dns-cache.html) | ||
|
||
- [series] [使用 Rust 写一门编程语言 20 & 21](https://www.youtube.com/watch?v=SGy2icp8aTI) | ||
|
||
#### 开源项目 | ||
|
||
- [Rust By Practice: 本周登上 Github Trending 榜首的 Rust 练习实践项目](https://github.com/sunface/rust-by-practice) | ||
|
||
- [cc-rs 的大神作者已无力维护该库,希望能找到新的 maintainer 来接手](https://github.com/alexcrichton/cc-rs/issues/663) | ||
|
||
- [crierion.rs 未来将支持在浏览器中进行 benchmark!](https://www.tweag.io/blog/2022-03-03-criterion-rs/) | ||
|
||
- [Dioxus 发布 0.2.0 版本: 使用类 React 代码构建跨平台 UI](https://dioxuslabs.com/blog/release-020/) | ||
|
||
- [基于 Tantivy 的通用分布式搜索平台 Quicwit 获得 260 万美元投资](https://www.reddit.com/r/rust/comments/tazt21/quickwit_the_distributed_search_engine_built_on/) | ||
|
||
- [一位本科生大神使用 Rust 写了一个 unikernel](https://github.com/StardustOS/stardust-oxide) | ||
|