sivadeilra / vec_option
VecOption<T> is a specialized collection (in Rust), which is a more efficient replacement for Vec<Option<T>>.
☆15Updated 5 years ago
Alternatives and similar repositories for vec_option:
Users that are interested in vec_option are comparing it to the libraries listed below
- Duplicate an async I/O handle☆41Updated 3 months ago
- #[derive(Future, Stream, Sink, AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead)] for enums.☆17Updated last month
- futures::AtomicWaker extracted into its own crate☆25Updated 3 months ago
- A lock-free async waitgroup implementation☆37Updated 3 years ago
- ☆24Updated 2 years ago
- ☆38Updated 4 years ago
- Generate is a library for building iterators on the fly☆39Updated 3 years ago
- Proof of concept of procedural macro input parsed by LALRPOP☆52Updated 2 years ago
- Helper trait to create a boxed instance without going through stack☆36Updated 3 years ago
- The simd optimized escape code☆53Updated last week
- NATS unique identifiers☆20Updated 3 months ago
- ☆28Updated 2 years ago
- A more flexible version of the Rust `scoped-tls` library☆18Updated 7 months ago
- ☆45Updated last year
- A trait to abstract over common tree functionality☆35Updated 5 years ago
- Anonymous enum and checked exception for Rust.☆23Updated 4 years ago
- Traits and functions to make writing proc macros more ergonomic.☆22Updated last year
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Low To High Level Math Library for Rust☆53Updated 3 years ago
- A utility crate for moving chunks of elements in a slice around, safely and quickly.☆12Updated 3 years ago
- An implementation of the `group_by` Haskell function for slice and strings☆53Updated 2 years ago
- ☆33Updated 4 years ago
- Concurrent hash trie☆54Updated 4 years ago
- ☆38Updated last year
- [DEPRECATED] Async TLS/SSL streams using rustls☆37Updated last year
- Rust crate to use process file descriptors (pidfd) for Linux☆46Updated last year
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆51Updated last year
- Treat application routes (URL path + query string) as strongly-typed Rust structs☆13Updated 5 years ago
- Parse environment variables by defining a struct☆24Updated 5 years ago
- Asynchronous adapter for byteorder☆19Updated 4 years ago