dermesser / integer-encoding-rsLinks
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 9 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
Sorting:
- A global executor built on top of async-executor and smol☆74Updated 2 months ago
- Convert closures into wakers☆45Updated 4 months ago
- Run closures in parallel☆113Updated 4 months ago
- Scoped Thread Local Storage for Rust☆56Updated last year
- A growable bit-vector for Rust, optimized for size☆40Updated 3 months ago
- Bounded MPMC channel abstraction on top of a ring buffer☆41Updated last week
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated 2 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…☆84Updated 2 months ago
- bencher is just a port of the libtest (unstable) benchmark runner to Rust stable releases. `cargo bench` on stable. "Not a better bencher…☆89Updated 2 years ago
- Async tracing capabilities for the log crate☆99Updated 4 years ago
- Object Pool LockFree in Rust☆46Updated 4 months ago
- ☆57Updated last year
- An updated version of linked-hash-map and friends☆114Updated last month
- A map implementation that relies on fixed-size storage derived by a procedural macro☆44Updated last week
- futures::AtomicWaker extracted into its own crate☆27Updated last week
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆72Updated last year
- A thread pool for running multiple tasks on a configurable group of threads.☆50Updated last year
- ☆110Updated last year
- File/log rotation writer for Rust☆33Updated 3 months ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Async filesystem primitives☆132Updated 4 months ago
- Oneshot Rust channel working both in and between sync and async environments☆88Updated 3 months ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆113Updated 3 months ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- A simple map based on a vector for small integer keys☆65Updated 5 months ago
- Utilities for pinning☆97Updated last year
- Duplicate an async I/O handle☆41Updated 4 months ago
- A leaky-bucket-as-a-meter rate-limiting implementation in Rust☆32Updated 4 years ago
- Typed index version of Rust slice and Vec containers☆69Updated 3 weeks ago
- Make trait methods callable without the trait in scope☆146Updated last week