Skip to content
View slightlyoutofphase's full-sized avatar
Block or Report

Block or report slightlyoutofphase

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  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