matklad / arbtestLinks
A minimalist property-based testing library
☆121Updated 8 months ago
Alternatives and similar repositories for arbtest
Users that are interested in arbtest are comparing it to the libraries listed below
Sorting:
- Blazing fast immutable collection datatypes for Rust.☆134Updated last month
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆67Updated this week
- Memory validation framework for Rust☆74Updated 3 months ago
- ☆76Updated 2 months 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…☆66Updated last month
- Lending iterators on stable Rust☆83Updated 2 years ago
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆115Updated last week
- (lifetime) GATs on stable Rust☆59Updated 2 years ago
- Utility wrapper to send non send types to other threads safely☆185Updated 9 months ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆265Updated last month
- Helper macros: autoimpl, impl_scope☆68Updated last month
- Procedural macro to easily write higher-order strategies in proptest.☆48Updated last month
- An unordered multiset/bag implementation backed by HashMap☆75Updated last week
- Compile-time checks that an enum or match is written in sorted order☆120Updated 3 weeks ago
- A big integer library in Rust with good performance.☆107Updated 2 years ago
- Serde Visitor for deserializing untagged enums☆69Updated 3 weeks ago
- Better reference counted strings for Rust☆139Updated last year
- Non-interleaving multithreaded output queue☆79Updated 3 weeks ago
- Versioned data-structures for Rust☆208Updated 10 months ago
- Tracing layer to quickly inspect spans and events☆40Updated 2 years ago
- Lazy formatting utility macro for rust☆129Updated 2 years ago
- A concurrent, append-only vector.