mitchmindtree / rose_tree-rsLinks
An implementation of the "rose tree" data structure for Rust.
☆25Updated 4 years ago
Alternatives and similar repositories for rose_tree-rs
Users that are interested in rose_tree-rs are comparing it to the libraries listed below
Sorting:
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆69Updated 3 years ago
- Candidates for inclusion in the Rust standard library☆88Updated 2 years ago
- Custom derivation macro for Rust☆113Updated 7 years ago
- Type-level heterogeneous list, and indexing that, when coupled with type inference, approximates type-directed search☆17Updated 8 years ago
- Scrap Your Rust Boilerplate☆56Updated 8 years ago
- A dynamically typed value with fast downcasting.☆28Updated 9 years ago
- Enables dependency injection for many I/O operations in Rust☆12Updated 7 years ago
- The Request for Explanation podcast that explains Rust RFCs☆60Updated 5 years ago
- A crate which defines parsers for common programming language constructs using https://github.com/Marwes/combine☆92Updated 4 years ago
- A general-purpose lens library for Rust.☆30Updated 8 years ago
- Convert `try!()` into `?`s☆34Updated 8 years ago
- A work-stealing fork-join threadpool written in Rust.☆86Updated 8 years ago
- A flexible thread pool providing scoped and static threads.☆86Updated 6 years ago
- The empty type Void.☆71Updated 2 years ago
- A small crate to provide space-efficient Option<_> replacements☆37Updated 8 months ago
- No longer maintained☆38Updated 8 years ago
- ☆27Updated 8 years ago
- Bisects rust-lang/rust by pull request, downloading the built artifacts☆19Updated 6 years ago
- A typesafe store keyed by types and containing different types of values.☆179Updated 6 years ago
- Pure-Rust Command Line Editing Library☆26Updated 9 years ago
- Abstract algebra for Rust (still very much a WIP!)☆62Updated 3 years ago
- In support of measuring heap allocations in Rust programs.☆102Updated 6 years ago
- A pool of reusable values☆51Updated 6 years ago
- Rust MetroHash☆53Updated last year
- A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.☆113Updated last year
- Experimental collection traits for Rust☆28Updated 8 years ago
- (More or less) accurate floating point algorithms☆57Updated last year
- A fuzzing tool for incremental compilation that walks git history☆33Updated 7 years ago
- Emulating Higher-Kinded Types in Rust via Plug/Unplug. Also, Monads.☆30Updated 6 years ago
- A simple map based on a vector for small integer keys☆67Updated 11 months ago