17 releases
0.9.2 | Feb 15, 2025 |
---|---|
0.9.0 | Mar 27, 2024 |
0.7.0 | Oct 5, 2021 |
0.6.2 | Jul 16, 2021 |
0.1.0 | Feb 24, 2020 |
#160 in #request
Used in darkroom
105KB
2.5K
SLoC
filmReel 
A VCR specification implemented in Rust.
The filmreel
crate is a pure Rust implementation of the declarative contract testing spec enjoying the memory safety
property and other benefits from the Rust language.
Quick Start
Add the following to the Cargo.toml of your project:
[dependencies]
filmreel = "0.7"
filmreel-rust
A filmReel implementation for Rust.
filmreel
is a pure Rust implementation of the declarative contract testing spec enjoying the memory safety
property and other benefits from the Rust language.
Quick Start
Add the following to the Cargo.toml of your project:
[dependencies]
filmreel = "0.2"
Dependencies
~5–17MB
~245K SLoC