RustCrypto / hybrid-arrayLinks
Hybrid typenum/const generic arrays
☆19Updated 2 weeks ago
Alternatives and similar repositories for hybrid-array
Users that are interested in hybrid-array are comparing it to the libraries listed below
Sorting:
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆91Updated 8 months ago
- Lending iterators on stable Rust☆83Updated last year
- A primitive for writing structural search and replace programs for rust☆31Updated 3 months ago
- Trait synonyms for “Fn[…]”-trait bounds returning futures☆21Updated 4 years ago
- Experimenting with Rust's fundamental data model☆56Updated 2 months ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆36Updated last year
- Helper macros: autoimpl, impl_scope☆68Updated last month
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆87Updated 2 weeks ago
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Updated 2 years ago
- Async, lock-free synchronization primitives for task wakeup☆49Updated last year
- Embed images in Rust documentation☆27Updated 4 years ago
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆67Updated this week
- impl fallible collections in rust, quite as describe in RFC 2116☆40Updated last year
- 🐱concat! with support for const variables and expressions☆46Updated last month
- Eager evaluation of macros like `concat!` and `env!`☆41Updated 2 weeks ago
- Automatic cfg for Rust compiler features☆110Updated 6 months ago
- Remove Cargo.lock lockfile☆34Updated 2 weeks ago
- Library facilitating safe pinned initialization☆73Updated last week
- A simple set of Rust proc macros for reading and writing global compile-time state between macro calls☆29Updated last year
- `Debug` in rust, but only supports valid rust syntax and outputs nicely formatted using pretty-please☆42Updated last year
- A concise, self-describing binary format written in Rust for Serde☆67Updated last year
- Macro for sealing traits and structures☆60Updated last year
- Parse JSON file at compile time and embed as serde_json::Value☆34Updated 2 weeks ago
- DEFLATE/zlib compression and decompression for Rust.☆12Updated last year
- Rust data types and a macro for generating enumeration-based bit flags☆51Updated last month
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Proc-macro utility to populate enums from database data☆20Updated last year
- (lifetime) GATs on stable Rust☆59Updated last year
- Count directory entries—`ls | wc -l` but faster☆29Updated 2 weeks ago
- Rust traits for key comparison in maps.☆36Updated 10 months ago