| Crates.io | gateconvert |
| lib.rs | gateconvert |
| version | 0.1.0 |
| created_at | 2025-02-21 17:16:59.975985+00 |
| updated_at | 2025-02-21 17:16:59.975985+00 |
| description | The library to convert Gate circuit from/to foreign logic format. |
| homepage | |
| repository | https://github.com/matszpk/gateconvert |
| max_upload_size | |
| id | 1564489 |
| size | 5,950,578 |
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.