tov / min-max-heap-rsLinks
A double-ended priority queue
☆41Updated 6 months ago
Alternatives and similar repositories for min-max-heap-rs
Users that are interested in min-max-heap-rs are comparing it to the libraries listed below
Sorting:
- ☆59Updated 11 months ago
- "Freedom from syn": Proc macro tools for operating on token trees☆108Updated 5 years ago
- In support of measuring heap allocations in Rust programs.☆101Updated 6 years ago
- A simple, id-based arena☆120Updated last year
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 2 years ago
- A simple map based on a vector for small integer keys☆66Updated 8 months ago
- Compact sets in rust☆57Updated 5 months ago
- This custom Rust allocator logs all memory actions for further analysis☆54Updated 5 years ago
- PEG parser generator built on top of nom☆70Updated 5 years ago
- Provides macro `assert_matches` for testing pattern matching☆66Updated 4 years ago
- ASCII-only equivalents to `char`, `str` and `String`.☆73Updated last year
- A procedural attribute macro to automatically cache the results of a function call with given args.☆65Updated 6 years ago
- A map backed by a vector☆25Updated last year
- A library for generating Graphviz DOT language files for graphs.☆77Updated 4 months ago
- A small ASCII-only bounded length string representation.☆60Updated 3 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- Proc macro for using doc comments as context for errors/logs/profiling/whatever via `tracing`☆47Updated 3 years ago
- Token tree calling convention☆80Updated 2 years ago
- Spawn processes with arbitrary closures in rust☆112Updated 3 years ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- A simple helper to transform Markdown links to intra-doc links in Rust projects when appropriate.☆37Updated 4 years ago
- Helpers for easily using failure::Error and others as return types in main() while still giving human-readable error messages.☆45Updated 4 years ago
- A Macros 1.1 implementation of https://crates.io/crates/error-chain☆19Updated 3 years ago
- ☆17Updated 5 years ago
- Faster, more flexible and more correct alternative to core::fmt☆40Updated 5 years ago
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 6 years ago
- A small crate to provide space-efficient Option<_> replacements☆37Updated 5 months ago
- ☆27Updated 8 years ago
- A perf script for helping to answer queries about how much time a given function occupies, where it is called from, and so forth.☆39Updated 7 years ago
- Datatest -- data-driven test framework for Rust☆54Updated last year