staticvec. Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.
264staticstep. Provides truly zero-cost alternatives to Iterator::step_by for both incrementing and decrementing any type that satisfies RangeBounds<T: Copy + Default + Step>.
13staticsort. Implements a macro providing a compile-time quicksort function for arrays of any length, containing any primitive Copy type with a PartialOrd implementation.
9