abonander / buf_redux
A drop-in replacement for Rust's std::BufReader, with extra features
☆40Updated 2 years ago
Alternatives and similar repositories for buf_redux:
Users that are interested in buf_redux are comparing it to the libraries listed below
- A growable bit-vector for Rust, optimized for size☆40Updated last month
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- A small crate to provide space-efficient Option<_> replacements☆37Updated last month
- A structure for holding a set of enum variants☆20Updated 6 years ago
- ☆17Updated 4 years ago
- Rust crate to use process file descriptors (pidfd) for Linux☆46Updated last year
- ☆59Updated 7 months ago
- Brotli encoders/decoers for Rust☆28Updated 2 years ago
- Incremental, zero-copy UTF-8 decoding for Rust☆24Updated 2 years ago
- Search algorithms written in Rust☆11Updated 7 years ago
- native timers for futures 0.3☆25Updated 6 years ago
- A Cargo plugin to list unsafe code in a Rust project.☆45Updated 6 years ago
- Unsafe marker trait for types that deref to a stable address☆31Updated 2 years ago
- ☆52Updated 5 years ago
- ☆40Updated 6 years ago
- Machine scalar casting that meets your expectations☆74Updated 3 years ago
- Faster, more flexible and more correct alternative to core::fmt☆40Updated 4 years ago
- A tiny library to measure resource usage of the process it's used in☆15Updated 6 years ago
- ☆47Updated 4 years ago
- ☆23Updated 4 years ago
- Blazing fast, zero-copy parser combinator library for Rust with an elegant API for both strings and bytes.☆21Updated 3 years ago
- Rust library for checking the installed/running rustc's version.☆52Updated 8 months ago
- Stack-allocated DSTs for rust (fixed capacity)☆49Updated last year
- I/O and binary data encoding for Rust☆38Updated 9 years ago
- reprints for your terminal screen☆20Updated 9 years ago
- Safe pointer-to-member functionality for rust☆33Updated 10 months ago
- An implementation of the `group_by` Haskell function for slice and strings☆53Updated last year
- A procedural macro implementation of `quote!`.☆24Updated 2 years ago
- A small Rust library for recycling types with owned memory☆33Updated 9 years ago
- provides a `MaybeOwned<'a,T>` type different to std's `Cow` it implements `From<T>` and `From<&'a T>` and does not require `ToOwned`☆30Updated 2 years ago