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.
type-witness-based abstractions, used for emulating polymorphism in const fns
Work with prime numbers in const contexts. Prime generation, primality testing, prime counting, factorization, and more.
Implements a macro providing a compile-time quicksort function for arrays of any length, containing any primitive Copy type with a PartialOrd implementation.
Sort arrays and slices of primitives in const contexts.
Dependency-free const-y argument parser library for Rust
const no-std in-place {en,de}code hexadecimal slices
Yet another RC4 cipher CLI. Supports streams via iterator adapter
Sort slices in const items.
A const type for fixed point arithmetic in Rust.
Calculate the absolute ratio between 2 arbitrary types
Bitwise utility functions
A feed-forward-only neural network library, planned for embedded devices
Strong aliases for https://lib.rs/typenum, powered by const generics
Add a description, image, and links to the const topic page so that developers can more easily learn about it.
To associate your repository with the const topic, visit your repo's landing page and select "manage topics."