# cheats.han.rs **Repository Path**: wcs110/cheats.han.rs ## Basic Information - **Project Name**: cheats.han.rs - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-13 - **Last Updated**: 2025-04-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ![Logo](/static/logo.png) Rust 语言速查 (Rust Language Cheat Sheet) [![Read Online](/gfx/button_read-online2.png)](https://cheats.han.rs) **A single-page Rust resource for people who like high information density.** **为喜爱高信息密度人群打造的单页 Rust 资源** Use cases, in order of priority: * **identification & lookup guide** for constructs encountered in code, * **discover** parts of the language you might not know, * **learn about Rust** if you have prior programming experience. 用例, 按优先级排序: * 遇到**陌生**用法, 查一查. * 想要**深入**学习, 查一查 * 想要**入门**Rust, 查一查. # 翻译说明 尚未完成中文翻译, 暂时推送的是预览版本. 如果帮到了你, 还请 Star 一下~ # Building | 构建 Built with [Zola](https://www.getzola.org/), the static site generator written in Rust. See [`.zolaversion`](.zolaversion) for the exact version the official site was deployed with. To develop locally download the indicated version, then run: 基于 [Zola](https://www.getzola.org/) 构建, 这是一个用 Rust 编写的静态网站生成器. 查看 [`.zolaversion`](.zolaversion) 文件获取官网部署时使用的确切版本. 若需本地开发, 请下载指定版本后运行: ``` zola serve ``` # Contributing 译者水平有限, 翻译可能存在词不达意, 欢迎提 Issue 批评指正. 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! Also: * 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) * eddyb for feedback and explanations # FAQ Answers to frequently asked questions can [be found here](content/faq.md). # Legal & License 中文译文版权遵照原文授权. Please [see here](content/legal.md) for details.