The Wayback Machine - https://web.archive.org/web/20241113144740/https://github.com/slightlyoutofphase
Skip to content
View slightlyoutofphase's full-sized avatar

Block or report slightlyoutofphase

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. staticvec staticvec Public

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

    Rust 267 20

  2. staticsort staticsort Public

    Implements a macro providing a compile-time quicksort function for arrays of any length, containing any primitive Copy type with a PartialOrd implementation.

    Rust 7 1

  3. staticstep staticstep Public

    Provides truly zero-cost alternatives to Iterator::step_by for both incrementing and decrementing any type that satisfies RangeBounds<T: Copy + Default + Step>.

    Rust 13