dermesser / integer-encoding-rs
Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides synchronous and asynchronous Write/Read types for easily writing/reading integers.
☆67Updated 6 months ago
Alternatives and similar repositories for integer-encoding-rs:
Users that are interested in integer-encoding-rs are comparing it to the libraries listed below
- bencher is just a port of the libtest (unstable) benchmark runner to Rust stable releases. `cargo bench` on stable. "Not a better bencher…☆86Updated 2 years ago
- Convert closures into wakers☆45Updated last month
- Run closures in parallel☆112Updated last month
- Threadsafe RefCell for Rust☆90Updated last year
- A futures abstraction that runs a set of futures which may complete in any order.☆89Updated 6 months ago
- A global executor built on top of async-executor and smol☆73Updated 8 months ago
- Utilities for pinning☆97Updated 10 months ago
- Async tracing capabilities for the log crate☆99Updated 4 years ago
- An updated version of linked-hash-map and friends☆109Updated 2 months ago
- A leaky-bucket-as-a-meter rate-limiting implementation in Rust☆32Updated 4 years ago
- A growable bit-vector for Rust, optimized for size☆40Updated this week
- Make trait methods callable without the trait in scope☆135Updated 3 weeks ago
- A lightweight, no-std, object-safe, serialization-only framework for Rust☆95Updated last month
- Typed any map for rust☆65Updated 2 months ago
- Bounded MPMC channel abstraction on top of a ring buffer☆40Updated 6 months ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Serialization value trees☆43Updated 6 months ago
- Oneshot Rust channel working both in and between sync and async environments☆85Updated 2 weeks ago
- Duplicate an async I/O handle☆40Updated last month
- A small ASCII-only bounded length string representation.☆58Updated 3 years ago
- ☆50Updated 5 months ago
- Extended utilities for working with files and filesystems in Rust. This is a fork of the fs2-rs crate, the aim for this fork is to suppor…☆71Updated 3 weeks ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆106Updated last year
- Streamline updating a Tokio 0.1 application to Tokio 0.2.☆51Updated 4 years ago
- A rust crate to find the total size of an object, on the stack and on the heap☆105Updated last year
- A lockless mpmc/mpsc to support async base on crossbeam☆48Updated last year
- (lifetime) GATs on stable Rust☆57Updated last year
- A simple bitset container for Rust☆131Updated 3 months ago
- Asynchronous HTTP body trait☆132Updated this week