gateconvert

Crates.iogateconvert
lib.rsgateconvert
version0.1.0
created_at2025-02-21 17:16:59.975985+00
updated_at2025-02-21 17:16:59.975985+00
descriptionThe library to convert Gate circuit from/to foreign logic format.
homepage
repositoryhttps://github.com/matszpk/gateconvert
max_upload_size
id1564489
size5,950,578
Mateusz Szpakowski (matszpk)

documentation

https://docs.rs/gateconvert

README

GateConvert

The library allows to easily convert Gate circuit from/to one of few foreign formats. This library is used by gateconvert_exec program that allow conversion by command line interface.

A conversion to foreign logic format writes result data into output (by Write trait). A conversion from foreign logic format returns Gate circuit object and sometimes additional mapping. Any functions that make conversion returns Result to allow handle various errors.

Commit count: 281

cargo fmt