Sgeo / hlistLinks
Type-level heterogeneous list, and indexing that, when coupled with type inference, approximates type-directed search
☆17Updated 8 years ago
Alternatives and similar repositories for hlist
Users that are interested in hlist 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 4 years ago
- A structure for holding a set of enum variants☆19Updated 6 years ago
- A general-purpose lens library for Rust.☆30Updated 9 years ago
- Type-Safe, Lazily Evaluated, Plugins for Extensible Types☆29Updated 8 years ago
- A pool of reusable values☆51Updated 6 years ago
- A small crate to provide space-efficient Option<_> replacements☆37Updated 11 months 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
- Convert `try!()` into `?`s☆34Updated 8 years ago
- ☆30Updated 4 years ago
- I/O and binary data encoding for Rust☆40Updated 10 years ago
- A dynamically typed value with fast downcasting.☆28Updated 9 years ago
- Lint to disallow the moving of marked types in Rust☆35Updated 9 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 3 years ago
- A work-stealing fork-join threadpool written in Rust.☆86Updated 9 years ago
- Rust library to provide validations for arbitrary types.☆20Updated 9 years ago
- The empty type Void.☆71Updated 2 years ago
- A reader-writer lock that can be used with a Condvar.