const-generics topic

List const-generics repositories

staticvec

267
Stars
20
Forks
Watchers

Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.

core2

70
Stars
23
Forks
Watchers

The bare essentials of std::io for use in no_std. Alloc support is optional.

vectrix

18
Stars
2
Forks
Watchers

🏹 Stack-allocated, constant-size, matrix type implemented with const generics

bnum

66
Stars
5
Forks
Watchers

Arbitrary, fixed size numeric types that extend the functionality of primitive numeric types in Rust.