apasel422 / eclecticLinks
Experimental collection traits for Rust
☆28Updated 8 years ago
Alternatives and similar repositories for eclectic
Users that are interested in eclectic are comparing it to the libraries listed below
Sorting:
- A small crate to provide space-efficient Option<_> replacements☆37Updated 4 months ago
- A Rust compiler plugin and support library to annotate overflow behavior☆107Updated 2 years ago
- Convert `try!()` into `?`s☆34Updated 8 years ago
- A fuzzing tool for incremental compilation that walks git history☆33Updated 7 years ago
- More maintainable Rust test☆28Updated 3 years ago
- An intrusive splay tree implementation that is no-std compatible and free from allocation and moves☆67Updated 3 months ago
- A structure for holding a set of enum variants☆19Updated 6 years ago
- Spawn processes with arbitrary closures in rust☆112Updated 3 years ago
- Dynamically query a type-erased object for any trait implementation☆66Updated 2 years ago
- A reader-writer lock that can be used with a Condvar.☆29Updated 9 years ago
- Scrap Your Rust Boilerplate☆55Updated 7 years ago
- rust histogram and percentile stats☆48Updated 4 years ago
- Rust library providing a counter-based thread barrier☆56Updated 6 years ago
- A work-stealing fork-join threadpool written in Rust.☆86Updated 8 years ago
- Custom derivation macro for Rust☆113Updated 7 years ago
- Set theory applied on sorted and deduplicated slices.☆47Updated 2 years ago
- A pool of reusable values☆50Updated 5 years ago
- Faster, more flexible and more correct alternative to core::fmt☆40Updated 4 years ago
- (More or less) accurate floating point algorithms☆58Updated last year
- D-inspired contract programming in Rust using macros☆54Updated 4 years ago
- Experimental persistent collections in Rust☆45Updated 7 years ago
- The empty type Void.