1 unstable release

0.1.0 Nov 15, 2023

#2490 in Parser implementations

Download history 12/week @ 2024-01-13 5/week @ 2024-02-17 13/week @ 2024-02-24 14/week @ 2024-03-02 25/week @ 2024-03-09 52/week @ 2024-03-16 3/week @ 2024-03-23 32/week @ 2024-03-30 53/week @ 2024-04-06 23/week @ 2024-04-13 17/week @ 2024-04-20

125 downloads per month

0BSD license

160KB
3.5K SLoC

Flussab AIGER

github crates.io docs.rs

Parsing and writing of the AIGER file format for combinational and sequential boolean circuits represented as And-Inverter-Graphs (AIGs), implemented using flussab. The goal of this library is to provide a very efficient streaming parser for the AIGER file format. In addition to a streaming parser, which allows parsing the AIG directly into application specific data structures, this library also provides simple data structures to represent the full contents of an AIGER file together with utility functions for reading writing that are implemented on top of the streaming API. Finally since the binary AIGER file format places more restrictions on the numbering of literals, this library provides functions fo renumbering AIGs to allow conversion from ASCII AIGER to binary AIGER.

Note: This is currently a preview release. It's mostly feature complete, but it's lacking documentation and I might still restructure the API a bit while prepareing this for a first proper release.

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.

Dependencies

~0.5–1MB
~21K SLoC