filmreel

Crates.iofilmreel
lib.rsfilmreel
version
sourcesrc
created_at2020-02-24 22:50:49.842834+00
updated_at2025-02-15 17:05:40.408893+00
descriptionfilmReel parser for Rust
homepagehttps://crates.io/crates/filmreel
repositoryhttps://github.com/mkatychev/darkroom
max_upload_size
id212147
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Mikhail Katychev (mkatychev)

documentation

https://docs.rs/crate/filmreel/

README

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"
Commit count: 190

cargo fmt