NattapongSiri / permutator
Cartesian product, Combination, and Permutation library for Rust
☆25Updated 2 years ago
Alternatives and similar repositories for permutator:
Users that are interested in permutator are comparing it to the libraries listed below
- ☆38Updated last year
- ☆58Updated 5 months ago
- A structure for holding a set of enum variants☆20Updated 5 years ago
- cargo subcommand for building proc-macro crates with web assembly☆34Updated 4 years ago
- User first async http client☆24Updated last year
- Utilities to aid implementing wakers and working with tasks.☆13Updated 5 years ago
- A simple helper to transform Markdown links to intra-doc links in Rust projects when appropriate.☆36Updated 4 years ago
- ☆35Updated 5 months ago
- A safe-guarded transmute for Rust☆38Updated 8 months ago
- Proc macro for smol async runtime☆53Updated 4 years ago
- ☆55Updated last year
- Advisory cross-platform file locks using file descriptors☆76Updated last year
- Disjoint borrow of slices in Rust☆11Updated 5 years ago
- Full precision decimal representation of f64☆25Updated last week
- Utilities for async Rust☆13Updated 4 years ago
- A predictable reactive framework for Rust apps inspired by Redux☆58Updated 4 months ago
- Combine a reader + writer into a duplex of Read + Write☆45Updated 4 years ago
- A rust proc-macro to generate conversions for an enum of newtype variants☆28Updated last year
- A crate for compile-time duck typing and reflection of structs☆16Updated 3 years ago
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆40Updated 2 months ago
- Streaming parser extensions for BufRead☆23Updated 5 years ago
- Derive macro for generating arrays from struct fields.☆20Updated 2 years ago
- ☆23Updated last year
- Proof of Concept of a version of the error trait that is no-std compatible and works with backtraces / error return traces☆11Updated 3 years ago
- A hyper based tower transport layer.☆20Updated 5 years ago
- A memory efficient container for rust nested collections☆39Updated 2 years ago
- std::thread which joins on drop by default.