Stars
cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code
Data structure serialization library with several opposite design goals from Serde
Fully typed LMDB wrappers with minimum overhead 🐦
Cargo subcommand for optimizing Rust binaries/libraries with PGO and BOLT.
Asynchronous streams for Rust using async & await notation
JIT compiler and runtime for a toy language, using Cranelift
Bitcoin–Monero Cross-chain Atomic Swap
Visualise which gc-roots to delete to free some space in your nix store
A fast and safe implementation of stackful coroutines in Rust
Minimalistic snapshot testing for Rust.
Diff library with semantic cleanup, based on Google's diff-match-patch
Safely cast &T to &U where the struct U contains a single field of type T.
Library and binaries for the reading, creating, and modification of SquashFS file systems
A small test framework to write your own test harness that looks and behaves like the built-in test harness used by `rustc --test`