flussab-btor2

Crates.ioflussab-btor2
lib.rsflussab-btor2
version
sourcesrc
created_at2024-11-19 09:37:42.648359
updated_at2024-11-19 09:37:42.648359
descriptionBTOR2 file format parser and writer
homepage
repositoryhttps://github.com/jix/flussab
max_upload_size
id1453058
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | 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
Jannis Harder (jix)

documentation

README

Flussab AIGER

github crates.io docs.rs

Parsing and writing of the BTOR2 file format for representing circuits for word-level hardware model-checking. This library provides an efficient streaming parser for the BTOR2 file format as well as a BTOR2 writer.

License

This software is available under the Zero-Clause BSD license, see LICENSE for full licensing information.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this software by you shall be licensed as defined in LICENSE.

Commit count: 40

cargo fmt