benashford / rust-lazysortLinks
Iterate in a lazily achieved sorted order
☆59Updated 6 years ago
Alternatives and similar repositories for rust-lazysort
Users that are interested in rust-lazysort are comparing it to the libraries listed below
Sorting:
- A simple map based on a vector for small integer keys☆65Updated 6 months ago
- A small crate to provide space-efficient Option<_> replacements☆37Updated 2 months ago
- Unix signal handling for tokio☆88Updated 6 years ago
- A growable bit-vector for Rust, optimized for size☆40Updated 3 months ago
- A structure for holding a set of enum variants☆19Updated 6 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- A crate that exposes some SIMD functionality on nightly Rust; to be obsoleted by stdsimd☆81Updated last year
- ☆58Updated 9 months ago
- In support of measuring heap allocations in Rust programs.☆101Updated 5 years ago
- A dynamically typed value with fast downcasting.☆28Updated 9 years ago
- Concurrent work-stealing deque☆47Updated 6 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 2 years ago
- ☆40Updated 6 years ago
- native timers for futures 0.3☆25Updated 6 years ago
- Access File System operations off-thread, using a Futures.☆69Updated 6 years ago
- Portable high-level bitwise manipulation algorithms☆50Updated 3 years ago
- A map backed by a vector☆25Updated last year
- Custom derivation macro for Rust☆111Updated 7 years ago
- Provides macro `assert_matches` for testing pattern matching☆64Updated 4 years ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Candidates for inclusion in the Rust standard library☆88Updated 2 years ago
- The empty type Void.☆69Updated 2 years ago
- Machine scalar casting that meets your expectations☆74Updated 3 years ago
- A fuzzing tool for incremental compilation that walks git history☆33Updated 7 years ago
- Proc macro for using doc comments as context for errors/logs/profiling/whatever via `tracing`☆46Updated 3 years ago
- Utility for reusing memory☆53Updated 5 years ago
- Derive for the Display trait☆52Updated 6 years ago
- I/O and binary data encoding for Rust☆38Updated 9 years ago
- A reader-writer lock that can be used with a Condvar.☆29Updated 8 years ago
- An intrusive splay tree implementation that is no-std compatible and free from allocation and moves☆67Updated last month