rust-lang / project-const-genericsLinks
☆46Updated 3 years ago
Alternatives and similar repositories for project-const-generics
Users that are interested in project-const-generics are comparing it to the libraries listed below
Sorting:
- Project group working on the "safe transmute" feature☆96Updated last year
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆55Updated 2 months ago
- Macro to repeat sequentially indexed copies of a fragment of code☆160Updated 3 weeks ago
- Public repository for the Rust keyword generics initiative☆110Updated last year
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated last month
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆114Updated 7 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆178Updated 5 months ago
- Macro for sealing traits and structures☆61Updated last year
- ☆55Updated 5 months ago
- Faster integer division and modulus operations☆88Updated 6 months ago
- A tool to help with minimization of Rust code☆64Updated 3 months ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆165Updated last year
- Better reference counted strings for Rust☆139Updated last year
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆142Updated 2 years ago
- `$crate` in procedural macros.☆79Updated last month
- home for proposals in and around compile-time function evaluation☆113Updated last month
- ☆43Updated 2 years ago
- Arbitrary precision floating point numbers library☆112Updated 10 months ago
- Const TypeId and non-'static TypeId☆70Updated 3 weeks ago
- Home of the "types team", affiliated with the compiler and lang teams.☆97Updated 2 years ago
- Procedural macro to easily write higher-order strategies in proptest.☆48Updated last month
- docs.rs as a publishing platform?☆71Updated 3 weeks ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated 3 weeks ago
- A fast, concurrent string interner☆162Updated last year
- Stack-allocated DSTs for rust (fixed capacity)☆51Updated last year
- Threadsafe RefCell for Rust☆99Updated 10 months ago
- Debug RefCell which keeps track of stack traces in debug mode☆24Updated 2 years ago
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated 3 months ago
- A library for compact bit sets containing enums.☆121Updated last month
- generators☆211Updated 2 years ago