mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
4d0d3da9e4
In line with the dissolution of libextra - #8784 - moves arena to its own library libarena. Changes based on PR #11787. Updates .gitignore to ignore doc/arena.
1.9 KiB
1.9 KiB
% Rust documentation
<style type="text/css"> #TOC { display: none; } .header-section-number { display: none; } li {list-style-type: none; } </style>Guides
- Pointers
- References and Lifetimes
- Containers and Iterators
- Tasks and Communication
- Foreign Function Interface
- Macros
- Packaging
- Testing
- Conditions
- Rust's Runtime
Libraries
Tooling
FAQs
- Language FAQ
- Project FAQ
- Usage FAQ
- Code cheatsheet - "How do I do X?"
- How to submit a bug report
External resources
- The Rust IRC channel -
#ruston irc.mozilla.org - The Rust community on Reddit
- The Rust wiki