Provides truly zero-cost alternatives to Iterator::step_by for both incrementing and decrementing any type that satisfies RangeBounds<T: Copy + Default + Step>.
โ13Jan 5, 2022Updated 4 years ago
Alternatives and similar repositories for staticstep
Users that are interested in staticstep are comparing it to the libraries listed below
Sorting:
- ๐งต Generate self-describing strings of a given length to help aid software testingโ24Feb 29, 2024Updated 2 years ago
- Write simple proc-macros inline with other source code.โ20Nov 24, 2024Updated last year
- โ18Jan 9, 2025Updated last year
- HAMT implementation whose sub-trees can be shared over threadsโ10Feb 9, 2026Updated 2 weeks ago
- Set process and thread affinity in your Rust programs !โ31Sep 4, 2023Updated 2 years ago
- wait-free spsc linked-list queue with individually reusable nodesโ30Nov 19, 2023Updated 2 years ago
- A fast text renderer for glow (https://github.com/grovesNL/glow)โ13May 19, 2024Updated last year
- Rust generators implemented through async/await syntaxโ12Sep 29, 2023Updated 2 years ago
- Rust binding for SLEEF: SIMD Library for Evaluating Elementary Functionsโ18Apr 30, 2023Updated 2 years ago
- Bindings to TinyGL, a Small, Free and Fast Subset of OpenGLโ13Dec 1, 2022Updated 3 years ago
- Non-standard integer types like u7, u9, u10, u63, i7, i9 etc.โ11Nov 11, 2024Updated last year
- โ12Jun 3, 2023Updated 2 years ago
- A crate for generating (relatively) complex compile-time constants in rustโ33Feb 19, 2026Updated last week
- printf reimplemented in Rustโ32Jan 25, 2026Updated last month
- A lightweight attribute for easy generation of const functions with conditional compilations.โ31Feb 7, 2026Updated 3 weeks ago
- XaaS for KaTeX on docs.rsโ13Apr 21, 2018Updated 7 years ago
- An in-memory SQL database in Rust.โ14Aug 15, 2021Updated 4 years ago
- A c_import macro for Rustโ14Apr 21, 2025Updated 10 months ago
- Chess + Rust <3. Chess engine written in Rust.โ20Nov 1, 2023Updated 2 years ago
- Deadlock free Mutexes.โ15Jul 23, 2023Updated 2 years ago
- rcrypt is a compact hashing and salting library based on bcrypt that produces smaller hashesโ13Sep 13, 2022Updated 3 years ago
- Const FNV1A hashing implementation.โ15Aug 13, 2022Updated 3 years ago
- A live-codeable phase vocoder written in Rustโ14May 12, 2025Updated 9 months ago
- โ13Dec 13, 2020Updated 5 years ago
- Experimental flexible GUI frameworkโ14May 14, 2023Updated 2 years ago
- bluss/IndexMap with amortized resizesโ14Dec 21, 2020Updated 5 years ago
- Stack buffer provides alternatives to Buf{Reader,Writer} allocated on the stack instead of the heap.