LukasKalbertodt / libtest-mimic
A small test framework to write your own test harness that looks and behaves like the built-in test harness used by `rustc --test`
☆110Updated 4 months ago
Alternatives and similar repositories for libtest-mimic:
Users that are interested in libtest-mimic are comparing it to the libraries listed below
- Oneshot Rust channel working both in and between sync and async environments☆85Updated 2 weeks ago
- ☆65Updated 8 months ago
- Lazy formatting utility macro for rust☆127Updated last year
- Utilities for working with impl traits in Rust.☆101Updated 3 weeks ago
- A super powered testing macro for Rust☆117Updated last week
- Compile-time checks that an enum or match is written in sorted order☆113Updated 3 weeks ago
- A simple wrapper around filesystem operations to provide more helpful error messages.☆139Updated 3 weeks ago
- ☆98Updated this week
- A scope for async_std and tokio to spawn non-static futures☆125Updated 8 months ago
- Macro to repeat sequentially indexed copies of a fragment of code☆142Updated 3 weeks ago
- Make trait methods callable without the trait in scope☆135Updated 3 weeks ago
- Program startup and thread support written in Rust☆174Updated this week
- Fast JSON deserialization on borrowed data☆85Updated 3 weeks ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆139Updated 6 months ago
- A versatile and developer-friendly trait mocking library☆72Updated 6 months ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆257Updated 2 months ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆69Updated 3 weeks ago
- Graceful shutdown util for Rust projects using the Tokio Async runtime.