Skip to content
/ rustmax Public

A collection of crates, tools, and documentation for the Rust programming language.

Notifications You must be signed in to change notification settings

brson/rustmax

Repository files navigation

Rustmax

A collection of crates, tools, and documentation for the Rust programming language.

🚧 Do not contribute, do not use 🚧

This project is not open to contribution. Issues and pull requests will be closed without consideration. Do not use this project. It is neither stable nor supported.


Rustmax is not an official Rust project.


Crate Feature
ahash = "0.8.11" Fast hash maps 📖
anyhow = "1.0.94" Easy error handling 📖
axum = "0.8.4" Web framework 📖
backtrace = "0.3.74" Stack traces 📖
base64 = "0.22.1" Base-64 encoding and decoding 📖
bindgen = "0.72.0" C/C++ interop 📖
bitflags = "2" Bitfields 📖
blake3 = "1.5.5" Cryptographic hashing 📖
byteorder = "1.5.0" Big/little endianness 📖
bytes = "1.9.0" Byte buffers 📖
cc = "1.2.5" Compile C/C++ files 📖
cfg-if = "1.0.0" Compile-time control flow 📖
chrono = "0.4.39" Dates and time (legacy) 📖
clap = "4.5.23" Command-line parsing 📖
crossbeam = "0.8.4" Fast channels, etc. 📖
ctrlc = "3.4.5" Handle Ctrl+C 📖
cxx = "1.0.135" Bridging to/from C++ 📖
cxx-build = "1.0.135" Bridging to/from C++ 📖
derive_more = "2.0.1" More standard trait derives 📖
env_logger = "0.11.6" Simple logging 📖
extension-trait = "1.0.2" Define methods for out-of-crate types 📖
futures = "0.3.31" Basic async definitions and helpers 📖
hex = "0.4.3" Hexidecimal encoding 📖
http = "1.2.0" Shared HTTP definitions 📖
hyper = "1.6.0" HTTP server 📖
itertools = "0.14.0" Advanced iterator extension methods 📖
jiff = "0.2.1" Dates and time 📖
json5 = "0.4.1" JSON with comments, etc. 📖
libc = "0.2.169" C interop 📖
log = "0.4.22" Logging facade 📖
mime = "0.3.17" Shared MIME definitions 📖
nom = "8.0.0" Parser combinators 📖
num-bigint = "0.4.6" Big integers 📖
num_cpus = "1.16.0" Get number of CPUs 📖
num_enum = "0.7.3" Number-enum interop 📖
proc-macro2 = "1.0.92" Additional support for procedural macros 📖
proptest = "1.6.0" Property testing 📖
quote = "1.0.37" Quasiquoter for proceducal macros 📖
rand = "0.9.0" Random numbers 📖
rand_chacha = "0.9.0" Secure random numbers 📖
rand_pcg = "0.9.0" Fast random numbers 📖
rayon = "1.10.0" Parallel iterators, thread pools, etc. 📖
regex = "1.11.1" Regular expressions 📖
reqwest = "0.12.22" HTTP requests, both async and blocking 📖
rustyline = "16.0.0" Line reading for console apps 📖
semver = "1.0.24" Semantic versioning 📖
serde = "1.0.216" Standard serialization 📖
serde_json = "1.0.134" JSON 📖
sha2 = "0.10.8" Cryptographic hashing 📖
socket2 = "0.6.0" Low-level sockets 📖
static_assertions = "1.1.0" Compile-time assertions 📖
syn = "2.0.91" Parsing for procedural macros 📖
tempfile = "3.14.0" Temporary files and directories 📖
tera = "1.20.0" Text templates, as for websites 📖
termcolor = "1.4.1" Terminal colors 📖
thiserror = "2.0.9" Precise error handling 📖
tokio = "1.42.0" The asyncronous runtime 📖
toml = "0.9.0" TOML serialization 📖
tower = "0.5.2" Middleware for tokio 📖
unicode-segmentation = "1.12.0" Graphemes, words and sentences for Unicode 📖
url = "2.5.4" URL parsing 📖
walkdir = "2.5.0" Directory traversal 📖
xshell = "0.2.7" Easy shell-like command execution 📖

The crates

The rustmax crate documents and reexports other Rust crates.

The tools

License

Rustmax is licensed

CC0-1.0 OR MIT OR Apache-2.0 WITH LLVM-exception OR Apache-2.0

All libraries included as dependencies of the rustmax crate are permissively licensed under BSD-3-Clause, MIT, or weaker.

Tools installed by the rustmax command may have other licenses.

About

A collection of crates, tools, and documentation for the Rust programming language.

Resources

Stars

Watchers

Forks