alilleybrinker / possiblerustLinks
Teaching Rust, sharing patterns, and exploring real-world code.
☆14Updated 3 years ago
Alternatives and similar repositories for possiblerust
Users that are interested in possiblerust are comparing it to the libraries listed below
Sorting:
- Kari, an embeddable programming language, written in and for Rust☆29Updated 2 years ago
- Type-level named values with partial dependent type support in Rust☆57Updated 3 years ago
- Efficient sampling with uniform probability☆31Updated 2 years ago
- ☆34Updated 3 years ago
- Visualise recursive functions and tree structures.☆30Updated 4 years ago
- Atomic `dbg`/`eprintln`/`eprint` macros☆17Updated 3 months ago
- replacement for std::{Range,RangeInclusive}☆36Updated 2 years ago
- Composable probability distributions☆16Updated 2 years ago
- algebraic numbers implemented in rust; mirror of https://salsa.debian.org/Kazan-team/algebraics☆26Updated last year
- "Freedom from syn": Proc macro tools for operating on token trees☆108Updated 5 years ago
- An intrusive splay tree implementation that is no-std compatible and free from allocation and moves☆67Updated last month
- Cargo dephell analyzes the third-party dependencies of a Rust workspace☆48Updated 2 years ago
- Zero dependency images (of chaos) in Rust☆31Updated 4 years ago
- Some notes on various topics.☆66Updated 2 years ago
- Find the load at which a benchmark falls over.☆35Updated 4 years ago
- Compute factorials in Rust☆12Updated this week
- Proof of concept of procedural macro input parsed by LALRPOP☆52Updated 2 years ago
- exhaustive testing library☆63Updated 10 months ago
- Solve hard constraints easily with Rust.☆15Updated 2 years ago
- Implementation of game of life and a bunch of primitive recursive functions at the type level in rust☆39Updated 6 years ago
- A data serialization format as similar as possible to Rust's own syntax☆44Updated 2 years ago
- A library for manipulating unstructured Markdown documents.☆49Updated 2 years ago
- Rust implementation of the Quine-McCluskey algorithm and Petrick's method☆33Updated 2 years ago
- A dictionary of jargon and tropes around the community of Rust developers.☆49Updated 2 years ago
- A library for constructing statically sized arrays☆10Updated 3 years ago
- Combine a reader + writer into a duplex of Read + Write☆46Updated 4 years ago
- scraps of a potential language☆37Updated 4 years ago
- An unordered multiset/bag implementation backed by HashMap☆67Updated 2 months ago
- How to structure concurrent workflows in Rust, via five simple examples.☆32Updated 5 years ago
- Disjoint borrow of slices in Rust☆11Updated 5 years ago