1 unstable release
new 0.1.0 | Feb 21, 2025 |
---|
#60 in #gate
Used in gateconvert_exec
635KB
9K
SLoC
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.
lib.rs
:
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.
Dependencies
~5.5MB
~115K SLoC