{"id":7730244,"url":"https://github.com/fucking-translation/blog","last_synced_at":"2025-07-16T01:31:53.051Z","repository":{"id":43389892,"uuid":"340380419","full_name":"fucking-translation/blog","owner":"fucking-translation","description":"博客翻译","archived":false,"fork":false,"pushed_at":"2021-08-30T00:53:28.000Z","size":16900,"stargazers_count":43,"open_issues_count":45,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-08-06T23:20:50.723Z","etag":null,"topics":["rust"],"latest_commit_sha":null,"homepage":"https://fucking-translation.github.io/blog/lang/rust/summary.html","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fucking-translation.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-19T13:40:00.000Z","updated_at":"2024-07-10T03:53:15.000Z","dependencies_parsed_at":"2022-07-07T18:01:30.619Z","dependency_job_id":null,"html_url":"https://github.com/fucking-translation/blog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fucking-translation%2Fblog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fucking-translation%2Fblog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fucking-translation%2Fblog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fucking-translation%2Fblog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fucking-translation","download_url":"https://codeload.github.com/fucking-translation/blog/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226089950,"owners_count":17572112,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["rust"],"created_at":"2024-04-10T22:04:00.234Z","updated_at":"2024-11-23T19:31:18.944Z","avatar_url":"https://github.com/fucking-translation.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# 清单\n\n## rust\n\n|翻译|转载|\n|---|---|\n|[用 Rust 学习解析器组合器](./src/lang/rust/01-用Rust学习解析器组合器.md)| [图解 Rust 所有权与生命周期](./src/lang/rust/08-图解Rust所有权与生命周期.md)|\n| [用 Rust 编写 LLVM 的玩具前端](./src/lang/rust/02-用Rust编写LLVM的玩具前端.md)| [Rust 中常见的有关生命周期的误解](./src/lang/rust/18-Rust中常见的有关生命周期的误解.md)|\n| [使用 nom 解析 url](./src/lang/rust/03-使用nom解析url.md)| [Rust 中的 Arenas](./src/lang/rust/06-Rust中的Arenas.md)|\n| [Rust 中异步编程实用介绍](./src/lang/rust/04-Rust中异步编程实用介绍.md)| [Rust 标准库特征指南](./src/lang/rust/10-Rust标准库特征指南.md)|\n| [Tokio 内幕-自底向上理解 Rust 的 IO 框架](./src/lang/rust/05-tokio内幕-自底向上理解Rust的异步IO框架.md)| [从 mio 到 coroutine](https://hexilee.me/2018/12/17/rust-async-io/)|\n| [Rust 异步执行器](./src/lang/rust/09-Rust异步执行器.md)|  [Rust mio 库源码情景分析](https://blog.zongwu233.com/rust-mio-source-scenario-analysis/)|\n| [Rust 中的宏：带有示例的教程](./src/lang/rust/11-Rust中的宏:带有示例的教程.md)| [Rust的 Pin 与 Unpin](https://folyd.com/blog/rust-pin-unpin/)|\n| [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)|\n| [使用 GDB 调试 Rust 中的应用](./src/lang/rust/14-使用GDB调试Rust应用.md)||\n| [解释 Rust 中的原子性](./src/lang/rust/15-解释Rust中的原子性.md)||\n| [Rust 和 TUI：在 Rust 中构建命令行界面](./src/lang/rust/16-Rust和TUI:在Rust中构建命令行界面.md)||\n| [在 Android 中运行 Rust](./src/lang/rust/17-在Android中运行Rust.md)||\n| [生命周期型变示例](./src/lang/rust/19-生命周期型变示例.md)||\n| [Rust 如何实现线程安全](./src/lang/rust/20-rust如何实现线程安全.md)||\n| [无需 fork Clippy 就可以编写 Rust lint](./src/lang/rust/22-无需fork_Clippy就可以编写Rust_lints.md) ||\n| [使用 Mio 编写底层 TCP 服务器](./src/lang/rust/23-使用Mio编写底层TCP服务器.md)||\n| [Rust 中的类型强制转换](./src/lang/rust/25-Rust中的类型强转.md)||\n\n## service mesh\n\n|翻译|转载|\n|---|---|\n| [模式：Service Mesh](./src/架构/ServiceMesh/01-ServiceMesh.md)||\n|  [xDS 与 gRPC 协议](./src/架构/ServiceMesh/02-xDS与gRPC协议.md)||\n\n## OCI\n\n|翻译|转载|\n|---|---|\n|[OCI 规范概述](./src/oci/01-oci-spec-overview.md)||\n\n## 网络协议\n\n|翻译|转载|\n|---|---|\n||[「转」详解 KCP 协议的原理和实现](./src/网络协议/kcp/详解KCP协议的原理和实现.md)|\n\n## 分布式事务\n\n|翻译|转载|\n|---|---|\n||[「转」分布式事务/系统之底层原理揭秘](./src/架构/分布式/事务/01-分布式事务_系统之底层原理揭秘.md)|\n\n\n## 推荐阅读\n\n- [潘少的技术博客](https://strikefreedom.top/)\n- [⭐️ Read Rust](https://readrust.net/)\n- [爆米花胡了](https://blog.ideawand.com/)\n- [从易到难 Rust 问题解答](https://dtolnay.github.io/rust-quiz)\n- [dapr 源码详解](https://github.com/1046102779/daprdocs)\n- [Kafka 读书笔记](https://www.cnblogs.com/jixp/category/1308441.html)\n- [Kubernetes 内幕](https://github.com/fucking-translation/kubernetes-internals)\n- [⭐️ Rust GameDev](https://gamedev.rs/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffucking-translation%2Fblog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffucking-translation%2Fblog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffucking-translation%2Fblog/lists"}