An n-dimensional circular array.
Rust task runner and build tool.
N-Dimension convolution (with FFT) lib for ndarray.
Stack-allocated, no-std collections (ArrayVec, RingBuf)
A crate to easen functional programming in rust by facilitating the creating composition of Iterator methods and anonymous Iterators—all without writing any trait or struct, without macros or unsafe code.
🤸♀️ More iterator adaptors
A zero-cost Rust interface to the Dunbrack 2010 rotamer library with O(1) allocation-free lookups, bilinear interpolation, and compile-time embedded static tables for protein side-chain packing.
Pure-Rust OpenType/CFF font parser for the oxideav framework — sfnt + CFF Top/Private DICT + Type 2 charstrings (cubic-Bezier outlines)
rustgym solutions
The first compiled Unix shell — bytecode VM, worker pool, AOP intercept, Rkyv caching
A structure that holds the last N items pushed to it.
Circular (ring) sequence operations for Rust slices — rotations, reflections, necklace canonical forms, symmetry detection, and more.