Crate filmreel

source ·
Expand description

§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"

Re-exports§

Modules§

Macros§

  • Constructs a set of read instructions from strings meant associated with variables present in the Cut Register
  • Constructs a Cut Register from the provided series of key value pairs.
  • Constructs a set of read instructions from strings meant associated with variables present in the Cut Register

Enums§

  • An error that occurred during parsing or hydrating a filmReel file

Traits§

Functions§