fprasx / artsLinks
Arithmetic in Rust's Type System
☆11Updated last year
Alternatives and similar repositories for arts
Users that are interested in arts are comparing it to the libraries listed below
Sorting:
- Build and evaluate binary expression trees☆38Updated last year
- How to structure concurrent workflows in Rust, via five simple examples.☆32Updated 5 years ago
- Serde Visitor for deserializing untagged enums☆69Updated last month
- ☆24Updated 2 years ago
- Rust macro to build std::Command objects with shell syntax. Uses macro_rules! and works on stable.☆44Updated 5 years ago
- Rust library for making easy parallel pipelines with Iterators.☆32Updated 5 years ago
- Human-friendly indexed collections☆56Updated 3 months ago
- Profiling tool for Rust code.☆45Updated last year
- A rust library for reusing heap allocations☆24Updated 6 years ago
- Trait synonyms for “Fn[…]”-trait bounds returning futures☆22Updated 4 years ago
- Static analysis tool for Rust library authors to set and verify which types from other libraries are allowed to be exposed in their publi…☆67Updated last month
- Derive macro for generating arrays from struct fields.☆20Updated 3 years ago
- A rust proc-macro to generate conversions for an enum of newtype variants☆31Updated 3 years ago
- A trait-based system for creating async Wakers. Because RawWakers are healthier after they've been cooked.☆21Updated 5 years ago
- ☆34Updated last year
- A syntactic "for" loop Rust macro☆55Updated 3 years ago
- A cargo subcommand that extends cargo's capabilities when it comes to code generation.☆62Updated 6 months ago
- Tools for data-oriented programming☆60Updated 10 months ago
- ☆39Updated 5 years ago
- Zero-cost type for stack without complicated type or Box☆45Updated 8 months ago
- Trait implementation generator macro☆30Updated last week
- Lending iterators on stable Rust☆83Updated 2 years ago
- A special rope, designed to work with any data type that is not String☆36Updated 2 years ago
- A wrapper type for cross-type numeric comparisons.☆27Updated 3 years ago
- Memory database☆58Updated last year
- cross-platform Rust API for memory mapped IO☆42Updated last year
- ☆38Updated 3 years ago
- Rust match_cast macro implementation☆24Updated 9 years ago
- A macro to generate Rust actors☆46Updated 5 years ago
- async fn(Input) -> Result<Output, Error>☆51Updated last year