chinedufn / dipa
dipa makes it easy to efficiently delta encode large Rust data structures.
☆267Updated 3 years ago
Alternatives and similar repositories for dipa:
Users that are interested in dipa are comparing it to the libraries listed below
- A fast intrusive flamegraph☆235Updated 2 years ago
- A derive macro for implementing the display Trait via a doc comment and string interpolation☆335Updated 4 months ago
- Statically-checked alternatives to RefCell and RwLock☆367Updated 10 months ago
- Zero-overhead type-safe builder pattern `derive` macro for your Rust structs☆223Updated last year
- Garbage collected smart pointers for Rust☆268Updated 3 years ago
- Delegation of trait implementations via procedural macros☆264Updated 9 months ago
- Procedural macro to implement Display and FromStr using common settings.☆184Updated 2 weeks ago
- Rust crate to time your function using derive annotations.☆85Updated 2 years ago
- Support crate for rustc's self-profiling feature☆351Updated 2 months ago
- A compiler plugin to insert flame calls☆382Updated 2 years ago
- Concurrently Readable Data Structures for Rust☆356Updated last month
- Stackless generators on stable Rust.☆462Updated 2 years ago
- A Rust macro to determine if a type implements a logical trait expression☆254Updated 5 years ago
- Faster, more compact implementation of std::Cow☆352Updated 2 years ago
- Compile-time reference counting☆445Updated last year
- The feature-rich, portable async channel library☆254Updated 2 years ago
- A Rust proc_macro_attribute to outline conversions from generic functions☆273Updated 11 months ago
- A light wrapper around rr, the time-travelling debugger☆143Updated last year
- Easy code duplicate with substitution for Rust☆242Updated 7 months ago
- A safe and convenient store for one value of each type