assert-rs / libtest2Links
T-testing-devex experiments for new testing tools for Rust developers
☆60Updated last week
Alternatives and similar repositories for libtest2
Users that are interested in libtest2 are comparing it to the libraries listed below
Sorting:
- A small test framework to write your own test harness that looks and behaves like the built-in test harness used by `rustc --test`☆131Updated last year
- 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
- Cargo subcommand for proper use of -Z minimal-versions and -Z direct-minimal-versions.☆68Updated 2 weeks ago
- A super powered testing macro for Rust☆124Updated 3 weeks ago
- Progress reporting abstraction for Rust☆64Updated last year
- ☆149Updated 4 months ago
- Fast `cargo install` action using a GitHub-based binary cache and attestations☆79Updated this week
- YAML library, based on unsafe-libyaml☆72Updated last month
- Generate a THIRDPARTY file with all licenses in a cargo project.☆105Updated 3 months ago
- ☆243Updated last week
- A lightweight attribute macro for easily writing extension trait pattern.☆87Updated 3 weeks ago
- Run pkg-config from declarative dependencies in Cargo.toml☆107Updated 3 months ago
- A simple wrapper around filesystem operations to provide more helpful error messages.☆172Updated last month
- Simple refinement types for Rust; parse, don't validate!☆76Updated 3 months ago
- A replacement of the #[test] attribute that initializes logging and/or tracing infrastructure before running tests.☆152Updated 2 months ago
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆143Updated last year
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆293Updated last month
- Primitive for structured concurrency.☆67Updated last year
- Compile the Git version (tag name, or hash otherwise) and dirty state into your Rust program.☆127Updated 2 years ago
- The quickest way to override dependencies with Cargo☆82Updated this week
- Filesystem fixtures and assertions.☆120Updated this week
- Rust crate to get the IANA time zone for the current system☆48Updated last week
- Find out about keys that are ignored when deserializing data☆95Updated last month
- Utility wrapper to send non send types to other threads safely☆186Updated 10 months ago
- A versatile and developer-friendly trait mocking library