Skip to content

linux-sir/cheats.rs

 
 

Repository files navigation

Logo Rust 语言备忘清单(中文翻译)

cheats.rs 在线阅读 预览 PDF

† PDF is only updated occasionally and mainly provided for mobile users who can't use the "Generate PDF" button on the site. Online version is generally recommended.

背景

This is the "Rust Language Cheat Sheet". It is for users who

  • are early Rust professionals (experienced programmers, intermediate Rust users), and
  • prefer visual, example-driven content

Use cases, in order of priority:

  • "identification guide" for unknown or symbolic constructs encountered in code.
  • provide further reading from easy to advanced (Book to Nomicon).
  • quick lookup for language related problems.
  • discover constructs in the language you might not know.

Design guides:

  • have high information density; every word counts.
  • be printer and mobile friendly
  • don't repeat what's better explained elsewhere, but do state the very essence.
  • have memorable URL :)

构建

Built with Zola, the static site generator written in Rust. To develop locally install Zola, then run:

zola serve

贡献

Contributions are very welcome. You can PR bug fixes (broken links, typos, ...) directly. I am happy to evolve the current concept based on feedback and demands. Feel free to open an issue and discuss.

Credits

Big shout-out to all the contributors and people filing issues and pull requests for being awesome!

Takes additional inspiration from:

关于中文翻译

本中文(简体)翻译版本由 Kingfree 提供,并以 CC 协议发布。

Legal & License

参见这里

About

Rust 语言备忘清单(简体中文)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%