https://github.com/fucking-translation/blog
博客翻译
https://github.com/fucking-translation/blog
rust
Last synced: 12 months ago
JSON representation
博客翻译
- Host: GitHub
- URL: https://github.com/fucking-translation/blog
- Owner: fucking-translation
- License: mit
- Created: 2021-02-19T13:40:00.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-30T00:53:28.000Z (almost 5 years ago)
- Last Synced: 2024-08-06T23:20:50.723Z (almost 2 years ago)
- Topics: rust
- Language: Rust
- Homepage: https://fucking-translation.github.io/blog/lang/rust/summary.html
- Size: 16.1 MB
- Stars: 43
- Watchers: 3
- Forks: 4
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 清单
## rust
|翻译|转载|
|---|---|
|[用 Rust 学习解析器组合器](./src/lang/rust/01-用Rust学习解析器组合器.md)| [图解 Rust 所有权与生命周期](./src/lang/rust/08-图解Rust所有权与生命周期.md)|
| [用 Rust 编写 LLVM 的玩具前端](./src/lang/rust/02-用Rust编写LLVM的玩具前端.md)| [Rust 中常见的有关生命周期的误解](./src/lang/rust/18-Rust中常见的有关生命周期的误解.md)|
| [使用 nom 解析 url](./src/lang/rust/03-使用nom解析url.md)| [Rust 中的 Arenas](./src/lang/rust/06-Rust中的Arenas.md)|
| [Rust 中异步编程实用介绍](./src/lang/rust/04-Rust中异步编程实用介绍.md)| [Rust 标准库特征指南](./src/lang/rust/10-Rust标准库特征指南.md)|
| [Tokio 内幕-自底向上理解 Rust 的 IO 框架](./src/lang/rust/05-tokio内幕-自底向上理解Rust的异步IO框架.md)| [从 mio 到 coroutine](https://hexilee.me/2018/12/17/rust-async-io/)|
| [Rust 异步执行器](./src/lang/rust/09-Rust异步执行器.md)| [Rust mio 库源码情景分析](https://blog.zongwu233.com/rust-mio-source-scenario-analysis/)|
| [Rust 中的宏:带有示例的教程](./src/lang/rust/11-Rust中的宏:带有示例的教程.md)| [Rust的 Pin 与 Unpin](https://folyd.com/blog/rust-pin-unpin/)|
| [libp2p 教程:使用 Rust 构建 p2p 应用](./src/lang/rust/12-libp2p教程:使用Rust构建p2p应用.md)| [Unsafe Rust 的取舍](https://github.com/RustMagazine/rust_magazine_2021/blob/main/src/chapter_3/Unsafe_Rust_How_and_when_not_to_use_it.md)|
| [使用 GDB 调试 Rust 中的应用](./src/lang/rust/14-使用GDB调试Rust应用.md)||
| [解释 Rust 中的原子性](./src/lang/rust/15-解释Rust中的原子性.md)||
| [Rust 和 TUI:在 Rust 中构建命令行界面](./src/lang/rust/16-Rust和TUI:在Rust中构建命令行界面.md)||
| [在 Android 中运行 Rust](./src/lang/rust/17-在Android中运行Rust.md)||
| [生命周期型变示例](./src/lang/rust/19-生命周期型变示例.md)||
| [Rust 如何实现线程安全](./src/lang/rust/20-rust如何实现线程安全.md)||
| [无需 fork Clippy 就可以编写 Rust lint](./src/lang/rust/22-无需fork_Clippy就可以编写Rust_lints.md) ||
| [使用 Mio 编写底层 TCP 服务器](./src/lang/rust/23-使用Mio编写底层TCP服务器.md)||
| [Rust 中的类型强制转换](./src/lang/rust/25-Rust中的类型强转.md)||
## service mesh
|翻译|转载|
|---|---|
| [模式:Service Mesh](./src/架构/ServiceMesh/01-ServiceMesh.md)||
| [xDS 与 gRPC 协议](./src/架构/ServiceMesh/02-xDS与gRPC协议.md)||
## OCI
|翻译|转载|
|---|---|
|[OCI 规范概述](./src/oci/01-oci-spec-overview.md)||
## 网络协议
|翻译|转载|
|---|---|
||[「转」详解 KCP 协议的原理和实现](./src/网络协议/kcp/详解KCP协议的原理和实现.md)|
## 分布式事务
|翻译|转载|
|---|---|
||[「转」分布式事务/系统之底层原理揭秘](./src/架构/分布式/事务/01-分布式事务_系统之底层原理揭秘.md)|
## 推荐阅读
- [潘少的技术博客](https://strikefreedom.top/)
- [⭐️ Read Rust](https://readrust.net/)
- [爆米花胡了](https://blog.ideawand.com/)
- [从易到难 Rust 问题解答](https://dtolnay.github.io/rust-quiz)
- [dapr 源码详解](https://github.com/1046102779/daprdocs)
- [Kafka 读书笔记](https://www.cnblogs.com/jixp/category/1308441.html)
- [Kubernetes 内幕](https://github.com/fucking-translation/kubernetes-internals)
- [⭐️ Rust GameDev](https://gamedev.rs/)