# cheats.rs **Repository Path**: asins/cheats.rs ## Basic Information - **Project Name**: cheats.rs - **Description**: 《Rust 语言备忘清单》Rust Language Cheat Sheet - https://nootn.com/rust-language-cheat-sheet - **Primary Language**: Rust - **License**: Not specified - **Default Branch**: master - **Homepage**: https://nootn.com/rust-language-cheat-sheet - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2022-03-04 - **Last Updated**: 2024-07-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ![Logo](/static/logo.png) Rust 语言备忘清单(中文翻译) [cheats.rs 原版](https://cheats.rs) | [中文版本在线阅读:2022-02-23](https://nootn.com/rust-language-cheat-sheet/) | [阅览 PDF 版](https://s3.eu-central-1.amazonaws.com/cheats.rs/rust_cheat_sheet.pdf) **为喜欢高信息密度的人提供的单页 Rust 资源。** 使用案例,按优先顺序排列: ***识别和查找指南** 用于代码中遇到的构造, ***发现** 你可能不懂的语言部分, ***了解 Rust** 如果你有编程经验。 # 构建 使用 [Zola](https://www.getzola.org/) 构建,这是一个用 Rust 编写的静态站点生成器。要在本地开发请安装 Zola,然后运行: ```bash # 安装node的依赖包 pnpm i # 开启自动更新的构建服务 zola serve ``` # 贡献 Contributions are welcome and you can PR bug fixes directly. If you somehow ended up here but prefer not to use Github write to [webmaster@cheats.rs](mailto:webmaster@cheats.rs), or use the on-site buttons. Constructive feedback would be most actionable, but if you just want to vent your frustration that's fine too :) # Credits Big shout-out to [all the contributors](https://github.com/ralfbiedert/cheats.rs/graphs/contributors) and people filing [issues](https://github.com/ralfbiedert/cheats.rs/issues) and [pull requests](https://github.com/ralfbiedert/cheats.rs/pulls) for being awesome! 参见: * The Bronshtein and Semendyayev _Handbook of Mathematics_, the mother of all cheat sheets * [The Book](https://doc.rust-lang.org/stable/book/) (some tables) * [Idiomatic Rust Libraries](https://killercup.github.io/rustfest-idiomatic-libs/#/) (idiomatic Rust) * [Ferris](https://rustacean.net/) (Rust mascot by Karen Rustad Tölva) * [Rust container cheat sheet](https://docs.google.com/presentation/d/1q-c7UAyrUlM-eZyTo1pd8SZ0qwA_wYxmPZVOQkoDmH4/edit#slide=id.p) (for data layout; Raph Levien) * That one IEEE 754-2008 Powerpoint deck I can't find anymore ... * [String Conversions](https://docs.google.com/spreadsheets/d/19vSPL6z2d50JlyzwxariaYD6EU2QQUQqIDOGbiGQC7Y/pubhtml?gid=0&single=true) * steffahn from users.rust-lang.org (for outstanding explanations) # 关于中文翻译 简体翻译版本翻译参与人员: - [Asins](https://github.com/asins) - [kingfree](https://github.com/kingfree) 欢迎对文档进行交流。 # 许可证 详情请看[这里](content/legal.md)。