rust-lang / project-const-generics
☆44Updated 2 years ago
Related projects ⓘ
Alternatives and complementary repositories for project-const-generics
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆42Updated 9 months ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆48Updated 3 months ago
- Project group working on the "safe transmute" feature☆84Updated last month
- Macro for sealing traits and structures☆49Updated last month
- sptr: The Strict Provenance Polyfill☆76Updated last year
- Data structures like Rust `alloc` which reuse user allocated memory☆51Updated last month
- Safe, zero-cost downcasting for limited compile-time specialization.☆151Updated 3 weeks ago
- Threadsafe RefCell for Rust☆88Updated last year
- Home of the "types team", affiliated with the compiler and lang teams.☆95Updated last year
- Map data structure whose keys are stored as ranges☆75Updated 8 months ago
- Faster integer division and modulus operations☆70Updated last year
- Better reference counted strings for Rust☆114Updated 3 months ago
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆137Updated last year
- `$crate` in procedural macros.☆65Updated 2 months ago
- Macro to repeat sequentially indexed copies of a fragment of code☆138Updated this week
- Mirror of Rust's allocator api for use on stable rust☆43Updated this week
- Use declarative macros as proc_macro attributes or derives☆102Updated last year
- home for proposals in and around compile-time function evaluation☆105Updated last year
- Safe wrapper for initializing arrays☆72Updated last year
- An IDE extension for debugging trait errors in Rust.☆97Updated this week
- Stack-allocated DSTs for rust (fixed capacity)☆47Updated 8 months ago
- Experimenting with Rust's fundamental data model☆47Updated last month
- ☆36Updated last year
- Tensor library for machine learning☆20Updated this week
- Typed index version of Rust slice and Vec containers☆66Updated last month
- ☆36Updated last year
- A macro wrapping Rust closure calls that allows for capturing variables in scope on an individual bases.☆38Updated 2 years ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆105Updated 2 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 3 weeks ago
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆95Updated 2 months ago