crates.io "const-generics" keyword
View the packages on the crates.io package registry that are tagged with the "const-generics" keyword.
minifloat 0.1.6
Emulate various minifloats with const generics7 versions - Latest release: about 1 year ago - 7.83 thousand downloads total - 2 stars on GitHub - 1 maintainer
bare-io
The bare essentials of std::io for use in no_std. Alloc support is optional.5 versions - Latest release: about 11 hours ago - 4 dependent packages - 4 dependent repositories - 18.1 thousand downloads total - 74 stars on GitHub - 1 maintainer
Top 7.9% on crates.io
96 versions - Latest release: almost 3 years ago - 9 dependent packages - 11 dependent repositories - 213 thousand downloads total - 268 stars on GitHub - 1 maintainer
staticvec 0.11.9
Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const gener...96 versions - Latest release: almost 3 years ago - 9 dependent packages - 11 dependent repositories - 213 thousand downloads total - 268 stars on GitHub - 1 maintainer
constfft 0.2.4
A library crate providing an FFT API for arrays7 versions - Latest release: almost 3 years ago - 7.4 thousand downloads total - 35 stars on GitHub - 1 maintainer
const-type-layout 0.3.2
Derivable const trait to view and compare the layout of a struct, union, or enum.6 versions - Latest release: 10 months ago - 8.41 thousand downloads total - 3 stars on GitHub - 1 maintainer
const-type-layout-derive 0.3.1
Derive macro implementation for const-type-layout crate4 versions - Latest release: 10 months ago - 1 dependent package - 6.54 thousand downloads total - 3 stars on GitHub - 1 maintainer
array-bin-ops 0.1.6 💰
Efficient array binary operations7 versions - Latest release: over 2 years ago - 1 dependent package - 1 dependent repositories - 67.3 thousand downloads total - 0 stars on GitHub - 1 maintainer
const-lru 1.0.0
A simple no_std, non-hashing, constant-capacity, constant-memory-usage LRU cache.5 versions - Latest release: almost 2 years ago - 2 dependent packages - 1 dependent repositories - 7.91 thousand downloads total - 35 stars on GitHub - 1 maintainer
const-either 0.1.1
Option and Either types with variants known at compile time.2 versions - Latest release: about 3 years ago - 2.47 thousand downloads total - 1 stars on GitHub - 1 maintainer
const-chunks 0.3.0
Extension trait to chunk iterators into const-length arrays.6 versions - Latest release: almost 2 years ago - 7.81 thousand downloads total - 7 stars on GitHub - 1 maintainer
slist 0.1.2 💰
Algebraic lists with statically determined size that live on stack.3 versions - Latest release: almost 5 years ago - 3.65 thousand downloads total - 5 stars on GitHub - 1 maintainer
bnum 0.13.0
Arbitrary, fixed size numeric types that extend the functionality of primitive numeric types.16 versions - Latest release: 5 months ago - 4 dependent packages - 9 dependent repositories - 1.86 million downloads total - 106 stars on GitHub - 1 maintainer
serde_arrays 0.2.0
A simple module to support serializing and deserializing const generic or arbitrarily-large arrays.2 versions - Latest release: 4 months ago - 24 dependent packages - 30 dependent repositories - 1.18 million downloads total - 21 stars on GitHub - 1 maintainer
unroll-fn 0.1.1 💰
A generic unrollling function.2 versions - Latest release: over 3 years ago - 1 dependent package - 2.47 thousand downloads total - 1 stars on GitHub - 1 maintainer
const-arith-macros-178 0.1.2
Provides macros for const-arithmetic3 versions - Latest release: about 2 years ago - 1 dependent package - 3.75 thousand downloads total - 1 stars on GitHub - 1 maintainer
const-buffer 0.1.2
A fixed-capacity memory buffer allocated on the stack using const generics.3 versions - Latest release: almost 5 years ago - 3.85 thousand downloads total - 9 stars on GitHub - 1 maintainer
static-dsp 0.1.0 💰
A no_std dsp library using const generics in Rust.1 version - Latest release: over 5 years ago - 1.5 thousand downloads total - 2 stars on GitHub - 1 maintainer
static_assert_generic 0.1.2
Static asserts involving const and type generics3 versions - Latest release: 11 months ago - 1 dependent package - 3.1 thousand downloads total - 0 stars on GitHub - 1 maintainer
array-append 0.1.0
a small family of functions for working with const-generic array types1 version - Latest release: about 3 years ago - 1 dependent repositories - 2.24 thousand downloads total - 2 stars on GitHub - 1 maintainer
easyfft 0.4.2
A library crate providing an easy FFT API for arrays and slices14 versions - Latest release: 2 months ago - 2 dependent packages - 1 dependent repositories - 34.5 thousand downloads total - 35 stars on GitHub - 1 maintainer
minsize 0.1.2
Collections with a statically known minimum size (using const generics)3 versions - Latest release: over 2 years ago - 5.52 thousand downloads total - 0 stars on GitHub - 1 maintainer
e-ring 0.3.0
A no_std append only ring buffer, when full new element replace oldest one3 versions - Latest release: almost 4 years ago - 1 dependent repositories - 4.37 thousand downloads total - 0 stars on GitHub - 1 maintainer
const-arithmetic 1.0.4
Exploits Rust's type generic system to perform integer arithmetics at compile time.5 versions - Latest release: about 2 years ago - 5.3 thousand downloads total - 1 stars on GitHub - 1 maintainer
e-write-buffer 0.6.1
A no_std, const-generic, `core::fmt::Write`able buffer7 versions - Latest release: over 1 year ago - 1 dependent repositories - 8.3 thousand downloads total - 0 stars on GitHub - 1 maintainer
checks 1.0.6
Adds several compile time checks for const generics8 versions - Latest release: about 2 years ago - 1 dependent package - 9.13 thousand downloads total - 1 stars on GitHub - 1 maintainer
vectrix-macro 0.4.0
A macro for composing matrices6 versions - Latest release: about 2 months ago - 2 dependent packages - 3 dependent repositories - 10.4 thousand downloads total - 19 stars on GitHub - 1 maintainer
stride 0.4.0
A strided slice type6 versions - Latest release: about 2 months ago - 2 dependent packages - 3 dependent repositories - 10.5 thousand downloads total - 19 stars on GitHub - 1 maintainer
vectrix 0.4.0
A stack-allocated matrix type implemented with const generics7 versions - Latest release: about 2 months ago - 2 dependent repositories - 10.3 thousand downloads total - 18 stars on GitHub - 1 maintainer
vectrs 0.0.7
A stack-allocated, constant-size, n-dimensional vector type (NOTE: this crate was renamed to `vec...8 versions - Latest release: over 4 years ago - 8.82 thousand downloads total - 18 stars on GitHub - 1 maintainer
mtrx 0.1.0
Provides type-safe matrix operations using const generics1 version - Latest release: over 4 years ago - 1.38 thousand downloads total - 46 stars on GitHub - 1 maintainer
sized_matrix 0.3.0
Sized matrices using const generics for better type checking and performance8 versions - Latest release: about 3 years ago - 1 dependent package - 1 dependent repositories - 10 thousand downloads total - 0 stars on GitHub - 1 maintainer
const_guards_attribute 0.1.3
An attribute macro for compile time constraints on const generics4 versions - Latest release: about 3 years ago - 1 dependent package - 6.35 thousand downloads total - 12 stars on GitHub - 1 maintainer
const_guards 0.1.3
An attribute macro for compile time constraints on const generics3 versions - Latest release: about 3 years ago - 1 dependent package - 4.71 thousand downloads total - 12 stars on GitHub - 1 maintainer
Top 8.7% on crates.io
4 versions - Latest release: 9 months ago - 7 dependent packages - 4 dependent repositories - 248 thousand downloads total - 18 stars on GitHub - 1 maintainer
elain 0.3.1
Set a type's minimum alignment with const generics.4 versions - Latest release: 9 months ago - 7 dependent packages - 4 dependent repositories - 248 thousand downloads total - 18 stars on GitHub - 1 maintainer
const-generic-wrap 0.3.0
Simple wrapper for const generics.3 versions - Latest release: about 4 years ago - 1 dependent package - 1 dependent repositories - 4.09 thousand downloads total - 0 stars on GitHub - 1 maintainer
boxed-slice 0.1.1
An easy abstraction around boxed slices sized by a const generic.2 versions - Latest release: over 4 years ago - 2.62 thousand downloads total - 1 maintainer
Related Keywords
rust
18
no-std
6
matrix
6
vector
6
const
6
no_std
6
crate
4
const-evaluation
4
generics
4
array
4
data-structures
3
static
3
math
3
embedded
3
linear-algebra
3
layout
2
data-structure
2
discrete
2
iterator
2
fft
2
fourier
2
dft
2
slice
2
stack
2
vec
2
type-layout
2
serde
2
buffer
2
nonempty
1
minimum-size
1
minimum-size-constraint
1
non-empty
1
assert
1
rust-library
1
rust-lang
1
audio-processing
1
audio
1
dsp
1
metaprogramming
1
f16
1
ring
1
arithmetic
1
integer
1
compile-time
1
write
1
utility
1
checking
1
rust-macro
1
memory
1
stride
1
sized
1
align
1
alignment
1
box
1
bfloat16
1
minifloat
1
compat
1
no-alloc
1
polyfill
1
traits
1
collections
1
container
1
containers
1
crates
1
datastructure
1
datastructures
1
iterators
1
type
1
mathematics
1
lru
1
cache
1
iteration
1
chunk
1
adaptor
1
adapter
1
list
1
arbitrary
1
bignum
1
int
1
maths
1
uint
1
biginteger
1
integers
1
serialization
1