nikomatsakis / rust-design-axiomsLinks
Discovering and describing Rust's design axioms
☆72Updated last year
Alternatives and similar repositories for rust-design-axioms
Users that are interested in rust-design-axioms are comparing it to the libraries listed below
Sorting:
- Choose Rust types at compile-time via constants☆65Updated last year
- Parse JSON file at compile time and embed as serde_json::Value☆28Updated 3 months ago
- A small test framework to write your own test harness that looks and behaves like the built-in test harness used by `rustc --test`☆116Updated 8 months ago
- Progress reporting abstraction for Rust☆64Updated 10 months ago
- Rust microbenchmarking harness based on paired-testing methodology☆118Updated 3 weeks ago
- ☆156Updated last week
- Track and query Cargo dependency graphs.☆223Updated this week
- Utilities for working with impl traits in Rust.☆109Updated 4 months ago
- Some internal rustc tools made accessible☆47Updated 4 months ago
- Program startup and thread support written in Rust☆185Updated 3 weeks ago
- Static analysis tool for Rust library authors to set and verify which types from other libraries are allowed to be exposed in their publi…☆56Updated this week
- The quickest way to override dependencies with Cargo☆60Updated this week
- ☆139Updated 10 months ago
- Rust Project Goals tracker☆76Updated 3 weeks ago
- https://github.com/rust-lang/cargo/issues/948☆56Updated 9 months ago
- An alternate Cargo registry using static files☆121Updated 3 months ago
- A Rust code linter☆213Updated 11 months ago
- Lazy formatting utility macro for rust☆127Updated last year
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆182Updated 7 months ago
- Umbrella repository for Krabcake experiments☆46Updated 3 months ago
- An easy-to-use recorder and viewer for high-performance traces☆41Updated last week
- A concurrent, append-only vector.☆165Updated 3 weeks ago
- A cargo subcommand that extends cargo's capabilities when it comes to code generation.☆57Updated 6 months ago
- Lending iterators on stable Rust☆82Updated last year
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆103Updated 5 months ago
- Open a scope and then freeze it in time for future access.☆108Updated 9 months ago
- Deadlock free mutexes☆175Updated 2 months ago
- Web application to render a diff between Rust crate versions. Implemented in Yew, runs fully in the browser as WebAssembly.☆126Updated 7 months ago
- Define your own PhantomData☆152Updated 2 weeks ago
- Utility wrapper to send non send types to other threads safely☆182Updated 2 months ago