Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.
-
Updated
Jul 24, 2022 - Rust
{{ message }}
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.
A fixed-capacity memory buffer allocated on the stack using const generics.
Const generics experiment. WIP Kyber implementation in Rust.
A no_std dsp library using const generics in Rust.
Basic arithmetic for compile-time-sized matrices using Rust const generics
Strong aliases for https://lib.rs/typenum, powered by const generics
A derive trait which enables the const comparison of type layouts
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."