purpleprotocol / graphlibLinks
Simple but powerful graph library for Rust
☆194Updated 2 years ago
Alternatives and similar repositories for graphlib
Users that are interested in graphlib are comparing it to the libraries listed below
Sorting:
- Abstract over the atomicity of reference-counting pointers in rust☆156Updated last month
- Procedural macros in expression position☆203Updated 2 years ago
- A simple bitset container for Rust☆142Updated last month
- A HashMap variant that spreads resize load across inserts☆192Updated 4 months ago
- Fast generic radix trie implemented in Rust☆200Updated 2 years ago
- A data structure to efficiently intern, cache and restore strings.☆195Updated last month
- A procedural macro for auto logging output of functions☆192Updated 3 years ago
- Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.☆267Updated 2 years ago
- generators☆208Updated last year
- Generic Atomic<T> type for Rust☆235Updated last year
- skiplist☆142Updated 3 years ago
- A priority queue for Rust with efficient change function.☆194Updated this week
- A derive macro for implementing the display Trait via a doc comment and string interpolation☆335Updated 5 months ago
- Fast, ergonomic metrics for Rust☆339Updated 7 months ago
- Run closures in parallel☆113Updated 4 months ago
- Delegation of trait implementations via procedural macros☆266Updated 10 months ago
- String interning for Rust☆199Updated last week
- Heap-based async timers☆212Updated 11 months ago
- Stackless generators on stable Rust.☆461Updated 2 years ago
- A contiguous-in-memory double-ended queue that derefs into a slice☆155Updated 3 years ago
- Shared resource dispatcher☆244Updated 3 months ago
- An allocator that can track and limit memory usage.☆209Updated 2 years ago
- Fowler–Noll–Vo hash function☆345Updated last year
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆129Updated 4 years ago
- Eventually consistent values for Rust☆125Updated 2 years ago
- A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)☆183Updated last year
- A Rust macro to determine if a type implements a logical trait expression☆257Updated 5 years ago
- Map data structure whose keys are stored as ranges☆88Updated 5 months ago
- A directed acyclic graph data structure for Rust.☆217Updated last month
- A thread pool for isolating blocking I/O in async programs☆356Updated 4 months ago