rustype / typestate-rsLinks
Proc-macro typestate DSL for Rust
☆151Updated 2 years ago
Alternatives and similar repositories for typestate-rs
Users that are interested in typestate-rs are comparing it to the libraries listed below
Sorting:
- Eventually consistent values for Rust☆126Updated 3 years ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆263Updated this week
- A light wrapper around rr, the time-travelling debugger☆145Updated 2 years ago
- Type that deserializes only from one specific value☆266Updated 3 weeks ago
- Abstract over the atomicity of reference-counting pointers in rust☆167Updated last month
- Graph the number of crates that depend on your crate over time☆253Updated last month
- Safe, zero-cost downcasting for limited compile-time specialization.☆175Updated 3 months ago
- Delegation of trait implementations via procedural macros☆275Updated 2 months ago
- Macro to repeat sequentially indexed copies of a fragment of code☆160Updated last month
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆288Updated 3 weeks ago
- ☆231Updated 3 months ago
- ☆50Updated 4 years ago
- Utility for comparing two structs and re-applying the differences to other structs☆123Updated 2 years ago
- Utility wrapper to send non send types to other threads safely☆188Updated 7 months ago
- Zero-overhead type-safe builder pattern `derive` macro for your Rust structs☆221Updated 2 years ago
- Typed index version of Rust slice and Vec containers☆74Updated 2 months ago
- Interning of data in rust☆112Updated 4 months ago
- Extract documentation for the feature flags from comments in Cargo.toml☆188Updated 2 weeks ago
- prae is a crate that aims to provide a better way to define types that require validation.☆135Updated 2 years ago
- A fast, concurrent string interner☆159Updated last year
- Procedural macro to implement Display and FromStr using common settings.☆188Updated 3 months ago
- Make trait methods callable without the trait in scope☆160Updated 3 weeks ago
- Define your own PhantomData☆158Updated this week
- Minimal asynchronous executor for Rust☆133Updated 2 weeks ago
- A data structure to efficiently intern, cache and restore strings.☆204Updated 2 months ago
- A super powered testing macro for Rust☆122Updated 8 months ago
- ☆146Updated last month
- A collection of utilities for a superior nom experience☆163Updated 2 years ago
- A simple bitset container for Rust