vcombey / fallible_collectionsLinks
impl fallible collections in rust, quite as describe in RFC 2116
☆40Updated last year
Alternatives and similar repositories for fallible_collections
Users that are interested in fallible_collections are comparing it to the libraries listed below
Sorting:
- Unsafe marker trait for types that deref to a stable address☆32Updated last month
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- ☆61Updated 2 years ago
- Automatic cfg for Rust compiler features☆105Updated 5 months ago
- A memory efficient container for rust nested collections☆43Updated 3 years ago
- Generic SIMD abstractions for Rust.☆46Updated 3 years ago
- ☆76Updated 3 months ago
- Generate is a library for building iterators on the fly☆39Updated 4 years ago
- Big array helper for serde☆65Updated last year
- ☆36Updated last year
- A growable bit-vector for Rust, optimized for size☆45Updated 9 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆91Updated last month
- Abstract over different executors☆74Updated 2 years ago
- Find calls to panic functions in rust executables☆36Updated 4 years ago
- Helper macros: autoimpl, impl_scope☆68Updated 2 months ago
- Typed index version of Rust slice and Vec containers☆75Updated 3 months ago
- A low-level I/O ownership and borrowing library☆105Updated 3 months ago
- A Rust library for runtime-checked linearish types☆36Updated 2 years ago
- Convert closures into wakers☆46Updated 10 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated last month
- Proc-macro utility to populate enums from database data☆20Updated last year
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆87Updated 7 months ago
- Macro for sealing traits and structures☆59Updated 11 months ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆52Updated last month
- Defer running expensive destructors until later☆19Updated 3 years ago
- Rust crate for making Read streams peekable.☆26Updated 4 years ago
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆52Updated 2 years ago
- structured parallel execution for async Rust☆37Updated last year
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆39Updated last year