Crates.io | filmreel |
lib.rs | filmreel |
version | |
source | src |
created_at | 2020-02-24 22:50:49.842834+00 |
updated_at | 2025-02-15 17:05:40.408893+00 |
description | filmReel parser for Rust |
homepage | https://crates.io/crates/filmreel |
repository | https://github.com/mkatychev/darkroom |
max_upload_size | |
id | 212147 |
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` |
size | 0 |
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.
Add the following to the Cargo.toml of your project:
[dependencies]
filmreel = "0.2"