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:
- A tool to help with minimization of Rust code☆53Updated last month
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆48Updated last year
- We have Crater At Home☆34Updated 7 months ago
- ☆39Updated last year
- Faster integer division and modulus operations☆87Updated 2 years ago
- Project group working on the "safe transmute" feature☆92Updated 8 months ago
- Blazing fast immutable collection datatypes for Rust.☆104Updated this week
- Map data structure whose keys are stored as ranges☆88Updated 5 months ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆55Updated 3 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆57Updated 8 months ago
- Arbitrary precision floating point numbers library☆109Updated 2 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 7 months ago
- Choose Rust types at compile-time via constants☆65Updated last year
- Bechmarks for Rust big integer implementations☆60Updated 11 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆99Updated 5 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆162Updated 2 weeks ago
- Experimental type level programming in Rust☆37Updated 3 years ago
- sptr: The Strict Provenance Polyfill☆76Updated last year
- Propositional logic with types in Rust☆62Updated last year
- Debug RefCell which keeps track of stack traces in debug mode☆24Updated last year
- Arbitrary, fixed size numeric types that extend the functionality of primitive numeric types in Rust.☆108Updated 3 weeks ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆204Updated 2 weeks ago
- Macro to repeat sequentially indexed copies of a fragment of code☆155Updated 2 weeks ago
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆140Updated 2 years ago
- Define compiler intermediate representation usable by external tools☆74Updated 11 months ago
- Overview of the Tree Borrows rules for detecting violations of the aliasing discipline in Rust☆26Updated last year
- Experimenting with Rust's fundamental data model