de-vri-es / assert2-rs
assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!
☆102Updated 3 months ago
Alternatives and similar repositories for assert2-rs:
Users that are interested in assert2-rs are comparing it to the libraries listed below
- A super powered testing macro for Rust☆118Updated last month
- ☆134Updated 9 months ago
- Lending iterators on stable Rust☆82Updated last year
- Make trait methods callable without the trait in scope☆136Updated last month
- Typed index version of Rust slice and Vec containers☆69Updated 6 months ago
- Helper macros: autoimpl, impl_scope☆59Updated 3 months ago
- ☆65Updated 10 months ago
- Macro to repeat sequentially indexed copies of a fragment of code☆154Updated last month
- Safe, zero-cost downcasting for limited compile-time specialization.☆158Updated last month
- Map data structure whose keys are stored as ranges☆88Updated 3 months ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆141Updated 8 months ago
- Utility wrapper to send non send types to other threads safely☆179Updated 2 weeks ago
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated 5 months ago
- Automatically implement traits for common smart pointers☆109Updated this week
- Fork of std::Arc with lots of utilities useful for FFI☆231Updated 2 months ago
- Fast, FFI-friendly string interning for Rust☆164Updated 6 months ago
- Abstract over different executors☆73Updated last year
- Procedural macro to easily write higher-order strategies in proptest.