mindsbackyard / galvanic-testLinks
A test environment for rust: test cases & suites, fixtures, and parameterised test cases
☆53Updated 6 years ago
Alternatives and similar repositories for galvanic-test
Users that are interested in galvanic-test are comparing it to the libraries listed below
Sorting:
- A comprehensive set of matcher-based assertions for easier testing of Rust code☆40Updated 5 years ago
- A Rust library for generically joining iterables with a separator☆93Updated last year
- Safely combine results☆81Updated 9 months ago
- Rust serializer library☆87Updated last year
- Custom derivation macro for Rust☆112Updated 7 years ago
- Semantic validation for Rust☆88Updated 2 months ago
- Define custom errors without boilerplate using the custom_error! macro.☆74Updated 4 years ago
- A mocking framework for Rust☆22Updated 7 years ago
- A port of Hamcrest to rust☆94Updated 6 years ago
- ☆58Updated 9 months ago
- A tiny library for chaining free functions into method call chains.☆45Updated 4 years ago
- SmallVec-backed stack string optimisation☆44Updated 5 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- An adapter for futures, which chunks up elements and flushes them after a timeout — or when the buffer is full. (Formerly known as tokio-…☆77Updated 2 weeks ago
- In support of measuring heap allocations in Rust programs.☆101Updated 6 years ago
- Provides macro `assert_matches` for testing pattern matching☆64Updated 4 years ago
- Rust library providing a counter-based thread barrier