rust-lang / project-const-genericsLinks
☆44Updated 2 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:
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆49Updated last year
- Project group working on the "safe transmute" feature☆93Updated 10 months ago
- Macro to repeat sequentially indexed copies of a fragment of code☆157Updated 2 months ago
- A tool to help with minimization of Rust code☆59Updated 3 months ago
- Public repository for the Rust keyword generics initiative☆104Updated 11 months ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated 5 months ago
- ☆48Updated this week
- Safe, zero-cost downcasting for limited compile-time specialization.☆167Updated 3 weeks ago
- Macro for sealing traits and structures☆59Updated 8 months ago
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆140Updated 2 years ago
- Better reference counted strings for Rust☆132Updated last year
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆112Updated 2 months ago
- Faster integer division and modulus operations☆87Updated last month
- Home of the "types team", affiliated with the compiler and lang teams.☆97Updated last year
- Blazing fast immutable collection datatypes for Rust.☆110Updated last week
- home for proposals in and around compile-time function evaluation☆110Updated 2 years ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆161Updated last year
- Arbitrary precision floating point numbers library☆110Updated 4 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆102Updated 7 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆58Updated 3 weeks ago
- Safe collections written in stable Rust, based on GhostCell and StaticRc.☆185Updated 4 years ago
- A fast, concurrent string interner☆151Updated 11 months ago
- An implementation of `std :: hash :: Hasher` which does not hash at all.☆68Updated 4 years ago
- ☆43Updated last year
- Threadsafe RefCell for Rust☆93Updated 4 months ago
- Nudging the compiler to auto-vectorize things☆75Updated last year
- Safely cast &T to &U where the struct U contains a single field of type T.☆210Updated this week
- sptr: The Strict Provenance Polyfill☆75Updated last year
- `$crate` in procedural macros.☆73Updated 2 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆247Updated last month