Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/jix/flussab

Collection of utlities for writing parsers. Includes a fast DIMACS CNF parser.
https://github.com/jix/flussab

Last synced: about 1 month ago
JSON representation

Collection of utlities for writing parsers. Includes a fast DIMACS CNF parser.

Lists

README

        

# Flussab

[![github][github-badge]][github]
[![crates.io][crate-badge]][crate]
[![docs.rs][docs-badge]][docs]

The Flussab repository contains the file format parsing related crates listed below. See their individual readme's for more information:

* [`flussab`](flussab) generic parsing utilities.
* [`flussab-cnf`](flussab-cnf) for the DIMACS CNF file format and variants.
* [`flussab-aiger`](flussab-aiger) (*preview release*) for the AIGER file format (binary and ASCII).

## License

This software is available under the Zero-Clause BSD license, see
[LICENSE](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](LICENSE).

[github]:https://github.com/jix/flussab
[crate]:https://crates.io/crates/flussab
[docs]:https://docs.rs/flussab/*/flussab

[github-badge]: https://img.shields.io/badge/github-jix/flussab-blueviolet?style=flat-square
[crate-badge]: https://img.shields.io/crates/v/flussab?style=flat-square
[docs-badge]: https://img.shields.io/badge/docs.rs-flussab-informational?style=flat-square