S·I·T·E·M·A·P
An index for Rustmax,
a collection of crates, tools, and documentation for
the Rust programming language.
- The Rustmax Book
- What is Rustmax?
- Easy-mode Rust
- Rustmax: The Tools
- The Rustmax CLI
- Simple Rust Tips
- Generate random numbers without the `rand` crate
- Run `cargo clean-all` to free up large amounts of disk space
- The `Ok::<(), WhateverError>(())` block tail
- Assert `Send` / `Sync`
- Copy a directory recursively
- There's an `Either` hiding in the `futures` crate!
- Import traits with `as _`
- Set up the `mold` linker
- Use `rustfmt::skip`
- Use `Option` with `?`
- Put common development commands in a `justfile`
- Merge message streams with `futures::stream::select`
- Rust CLI One-Liners
- The Rust Ecosystem
- How Do I … ?
- Discovery
- Project organization
- Conveniences
- Error handling and debugging
- Collections
- Numerics
- Encoding, serialization, parsing
- Time
- Random numbers
- Cryptography
- Parallelism and Concurrency
- Asynchronous I/O
- Networking and web
- Text / unicode
- Terminal / CLI
- System / OS
- Testing
- Build scripts
- FFI / interop
- Procedural macros
- Modern Rust Features
- Rust Concept Index
- The Rustmax Radar
- Trusted Maintainers
- External Rust Resources
- The Rustmax Library
- The Rust Programming Language (offsite)
- Rust By Example (offsite)
- The Rust Reference (offsite)
- The Rustonomicon (offsite)
- The Rust Edition Guide (offsite)
- The Little Book of Rust Macros (offsite)
- Rust API Guidelines (offsite)
- Rust Unsafe Code Guidelines (offsite)
- Rust Error Codes Index (offsite)
- The Rust Unstable Book (offsite)
- The Rust Style Guide (offsite)
- Rust Release Notes (offsite)
- `std` (offsite)
- `core` (offsite)
- `alloc` (offsite)
- `proc_macro` (offsite)
- The Cargo Book (offsite)
- The rustc Book (offsite)
- The `rustup` Book (offsite)
- The rustdoc Book (offsite)
- The `clippy` Book (offsite)
- The `just` Programmer's Manual (offsite)
- The mdBook Book (offsite)
- The bindgen User Guide (offsite)
- The Rand Book (offsite)
- The `proptest` Book (offsite)
- The `serde` Book (offsite)
- Rust Cookbook (offsite)
- The Embedded Rust Book (offsite)
- Rust Project Goals (offsite)
- Guide to rustc Development (offsite)
- Standard Library Developers Guide (offsite)
- Rust Forge (offsite)
- Rust RFCs (offsite)
-
The `rustmax` crate API rustdocs
- ahash
- anyhow
- axum
- base64
- bindgen
- bitflags
- blake3
- bytes
- cc
- cfg-if
- chrono
- clap
- comrak
- crossbeam
- ctrlc
- cxx
- cxx-build
- derive_more
- env_logger
- extension-trait
- extras
- flate2
- futures
- glob
- guide
- hex
- http
- hyper
- ignore
- image
- indicatif
- itertools
- jiff
- json5
- libc
- libm
- log
- memchr
- mime
- nom
- notify
- num-bigint
- num_enum
- powerletters
- prelude
- proc-macro2
- proptest
- quote
- rand
- rand_chacha
- rand_pcg
- rayon
- regex
- reqwest
- rustyline
- semver
- serde
- serde_json
- sha2
- socket2
- syn
- tar
- tempfile
- tera
- termcolor
- thiserror
- tokio
- toml
- tower
- unicode-segmentation
- url
- walkdir
- xshell
- zip
- Rustmax News