Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.
-
Updated
May 29, 2023 - Rust
Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.
Arbitrary, fixed size numeric types that extend the functionality of primitive numeric types in Rust.
🏹 Stack-allocated, constant-size, matrix type implemented with const generics
A fixed-capacity memory buffer allocated on the stack using const generics.
Const generics experiment. WIP Kyber implementation in Rust.
A derive trait which enables the const comparison of type layouts
A no_std dsp library using const generics in Rust.
A crate developed for fun. Dedicated to exploiting Rust's powerful compiler and type generic system to perform integer arithmetics at compile time. This works on stable to circumvent (sort of) #[generic_const_exprs]
Adds several compile-time checks for rust const generics.
Basic arithmetic for compile-time-sized matrices using Rust const generics
Strong aliases for https://lib.rs/typenum, powered by const generics
Add a description, image, and links to the const-generics topic page so that developers can more easily learn about it.
To associate your repository with the const-generics topic, visit your repo's landing page and select "manage topics."