mmstick / permutateLinks
Generic permutator written in Rust that permutates both lists of lists and singular lists using references.
☆16Updated 6 years ago
Alternatives and similar repositories for permutate
Users that are interested in permutate are comparing it to the libraries listed below
Sorting:
- A structure for holding a set of enum variants☆19Updated 6 years ago
- ☆63Updated 8 years ago
- Type checked partial references for rust☆15Updated 4 years ago
- An enrichment of Rust's core language to support more advanced features☆19Updated 8 years ago
- Compile time configuration files reading for Rust☆10Updated 3 years ago
- Backported standard Rust library to older compilers.☆22Updated 2 years ago
- Crunchy unroller - deterministically unroll constant loops☆47Updated 3 months ago
- Unsafe marker trait for types that deref to a stable address☆32Updated 2 months ago
- Methods on HashMap and BTreeMap for safely getting multiple mutable references to the contained values.☆19Updated 8 years ago
- Timer Wheels With Various Runtimes In Rust☆14Updated 7 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 3 years ago
- Mirror of https://gitlab.com/est/cargo-local-serve | Serve a local, offline, clone of crates.io.☆27Updated 4 years ago
- A rust library for reusing heap allocations☆24Updated 5 years ago
- Proc macro for using doc comments as context for errors/logs/profiling/whatever via `tracing`☆47Updated 3 years ago
- A wrapper type for optionally giving up ownership of the underlying value.☆11Updated 7 years ago
- A procedural macro implementation of `quote!`.☆24Updated 2 years ago
- Bit-vectors and bit-slices for Rust☆29Updated 4 years ago
- The empty type Void.☆71Updated 2 years ago
- ☆56Updated 4 years ago
- algebraic numbers implemented in rust; mirror of https://salsa.debian.org/Kazan-team/algebraics☆28Updated last month
- A Cargo plugin to list unsafe code in a Rust project.☆46Updated 7 years ago
- Token tree calling convention