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

#1073 in Parser implementations

Download history 2/week @ 2024-02-14 25/week @ 2024-02-21 4/week @ 2024-02-28 2/week @ 2024-03-06 6/week @ 2024-03-13 135/week @ 2024-03-27 70/week @ 2024-04-03

553 downloads per month
Used in darkroom

GPL-3.0 license

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–20MB
~241K SLoC