Stebalien / snowflakeLinks
A high-performance unique-id library for rust
☆83Updated 6 years ago
Alternatives and similar repositories for snowflake
Users that are interested in snowflake are comparing it to the libraries listed below
Sorting:
- A typesafe store keyed by types and containing different types of values.☆179Updated 6 years ago
- Array helpers for Rust's Vector and String types☆77Updated 2 years ago
- A Redis Client for Rust based on Futures and Tokio☆122Updated last year
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆68Updated last year
- A circular buffer with fixed capacity (Rust).☆105Updated last year
- Macro for writing nested `if let` expressions☆168Updated 3 weeks ago
- Run closures in parallel☆115Updated 8 months ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Convert closures into wakers☆45Updated 8 months ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆180Updated last year
- A Rust library (crate) for reading and easily navigating forward, backward or randomly through the lines of huge files. Tested with files…☆88Updated 3 years ago
- Heap-based async timers☆214Updated last year
- A simple bitset container for Rust☆150Updated 3 months ago
- JQuery for Crabs☆53Updated last year
- Write and execute SQL queries with ease☆73Updated 4 years ago
- bencher is just a port of the libtest (unstable) benchmark runner to Rust stable releases. `cargo bench` on stable. "Not a better bencher…☆90Updated 3 years ago
- ☆87Updated 8 months ago
- An LCS based slice and string diffing implementation.☆85Updated last year
- ☆125Updated 3 years ago
- A HashMap wrapper that holds key-value pairs in insertion order☆176Updated last year
- Candidates for inclusion in the Rust standard library☆88Updated 2 years ago
- Async tracing capabilities for the log crate☆99Updated 4 years ago
- Abstract over the atomicity of reference-counting pointers in rust☆160Updated 5 months ago
- A cache that holds a limited number of key-value pairs☆83Updated 3 years ago
- Safely combine results☆81Updated last year
- Asynchronous HTTP/1.1 in Rust☆164Updated last year
- Extract differences between arbitrary datastructures