15 unstable releases
0.9.0 | Mar 27, 2024 |
---|---|
0.7.0 | Oct 5, 2021 |
0.6.2 | Jul 16, 2021 |
0.4.0 | Dec 16, 2020 |
0.1.0 | Feb 24, 2020 |
#1103 in Parser implementations
39 downloads per month
Used in darkroom
105KB
2.5K
SLoC
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"
lib.rs
:
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"
Dependencies
~5–16MB
~227K SLoC