Sgeo / hlistLinks
Type-level heterogeneous list, and indexing that, when coupled with type inference, approximates type-directed search
☆17Updated 7 years ago
Alternatives and similar repositories for hlist
Users that are interested in hlist are comparing it to the libraries listed below
Sorting:
- A small crate to provide space-efficient Option<_> replacements☆37Updated 7 months ago
- A general-purpose lens library for Rust.☆30Updated 8 years ago
- Proof of concept for fast regexes in rust☆39Updated 9 years ago
- Convert `try!()` into `?`s☆34Updated 8 years ago
- ☆30Updated 4 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- Tiny RPC framework for Rust☆33Updated 10 years ago
- A structure for holding a set of enum variants☆19Updated 6 years ago
- Type-Safe, Lazily Evaluated, Plugins for Extensible Types☆29Updated 8 years ago
- Experimental collection traits for Rust☆28Updated 8 years ago
- More maintainable Rust test☆28Updated 4 years ago
- A pool of reusable values☆51Updated 5 years ago
- Rust library to provide validations for arbitrary types.☆20Updated 9 years ago
- Lint to disallow the moving of marked types in Rust☆35Updated 9 years ago
- A reader-writer lock that can be used with a Condvar.☆29Updated 9 years ago
- A work-stealing fork-join threadpool written in Rust.☆86Updated 8 years ago
- A dynamically typed value with fast downcasting.☆28Updated 9 years ago
- Emulating Higher-Kinded Types in Rust via Plug/Unplug. Also, Monads.☆30Updated 6 years ago
- A Rust implementation of the PCG PRNG.☆24Updated 8 years ago
- ☆27Updated 10 years ago
- Candidates for inclusion in the Rust standard library☆88Updated 2 years ago
- reprints for your terminal screen☆20Updated 9 years ago
- A library dedicated to measuring data locally (typically, performance) and uploading it to a server to detect anomalies (typically, regre…☆25Updated 4 years ago
- Lightweight actor system built on top of Tokio