Iterator of const known length
☆18Dec 2, 2024Updated last year
Alternatives and similar repositories for iter_fixed
Users that are interested in iter_fixed are comparing it to the libraries listed below
Sorting:
- Attribute to use on the `trait` methods (or associated functions) that you wish to "seal", a.k.a., render them `final`.☆15Apr 16, 2025Updated 10 months ago
- Big array helper for serde☆65May 9, 2024Updated last year
- ☆15Jun 18, 2022Updated 3 years ago
- Floating point types which can be safely shared between threads☆22Aug 31, 2024Updated last year
- Provides branch hinting and control functions for stable Rust☆37Jan 3, 2026Updated last month
- A fast, iterator-based integer-only implementation of Bresenham's line algorithm in Rust.☆19Jun 24, 2022Updated 3 years ago
- A fast, minimal HTTP framework.☆17Jul 3, 2021Updated 4 years ago
- Emulate dynamic dispatch and sealed classes using a proxy enum, which defers all method calls to its variants.☆19Jun 6, 2021Updated 4 years ago
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆223Feb 22, 2026Updated last week
- Atomic operations on potentially uninitialized integers.☆28Updated this week
- Macros for accessing your type's documentation at runtime.☆65Feb 1, 2026Updated last month
- Channels☆26Nov 5, 2022Updated 3 years ago
- Backported standard Rust library to older compilers.☆23Oct 7, 2022Updated 3 years ago
- Macro for sealing traits and structures☆61Dec 2, 2024Updated last year
- Sound unchecked indexing using “generativity”; a type system approach to indices, pointers and ranges that are trusted to be in bounds.☆105Sep 11, 2019Updated 6 years ago
- Minimalist Rust syntax parsing for procedural macros☆66May 30, 2024Updated last year
- Webpack loader for Rust + Emscripten☆34Feb 14, 2018Updated 8 years ago
- Brotli encoders/decoers for Rust☆28Nov 22, 2022Updated 3 years ago
- Asar archive parsing in Rust☆25Nov 24, 2023Updated 2 years ago
- An explicit closure with absolute seperation of the captured data from the function.☆37Jul 29, 2025Updated 7 months ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆128Jul 25, 2020Updated 5 years ago
- A wrapper type for cross-type numeric comparisons.☆27Dec 7, 2022Updated 3 years ago
- ☆31Feb 22, 2020Updated 6 years ago
- Machine scalar casting that meets your expectations☆79Sep 4, 2021Updated 4 years ago
- Find the load at which a benchmark falls over.☆36Jul 31, 2020Updated 5 years ago
- `Debug` in rust, but only supports valid rust syntax and outputs nicely formatted using pretty-please☆42Apr 30, 2024Updated last year
- A procedural macro helper for easily writing custom derives for enums.☆35Feb 9, 2026Updated 2 weeks ago
- An n-dimensional array library that uses wgpu to run compute shaders on all wgpu backends (and multiple at once)☆31May 25, 2020Updated 5 years ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆155Nov 24, 2025Updated 3 months ago
- Asset manger for good assets only☆31Jun 6, 2023Updated 2 years ago
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Jun 17, 2019Updated 6 years ago
- Pre-RFC for merging cargo-script into cargo☆40Updated this week
- A more realistic demo of a buffer overflow cause by -ffast-math☆15Sep 10, 2022Updated 3 years ago
- S3-native streaming platform. A Kafka alternative with infinite scalability, 10x lower cost, and Kafka-compatible APIs. Written in Rust.☆41Updated this week
- mdBook Pikchr☆11Nov 18, 2025Updated 3 months ago
- Union Mobile SDK for Live Streaming on Android platform☆10Dec 14, 2017Updated 8 years ago
- A proc macro for real async traits, using nightly-only existential types and generic associated types to work around the need for type er…☆45Jun 11, 2022Updated 3 years ago
- Async tracing capabilities for the log crate