| Crates.io | infmachine_gen |
| lib.rs | infmachine_gen |
| version | 0.1.0 |
| created_at | 2025-05-31 12:38:39.83903+00 |
| updated_at | 2025-05-31 12:38:39.83903+00 |
| description | The Infinite Machine generator library. |
| homepage | |
| repository | https://github.com/matszpk/infmachine_gen |
| max_upload_size | |
| id | 1696336 |
| size | 35,601 |
This library provides utilities to generate Infinite Machines.
The Infinite Machine model is described in documentation of infmachine crate.
This library uses gategen library to generate and create circuits.
This library uses intvar and dynintvar object to holds variables.
Main structure of that library is InfParMachineObject that holds
input and outputs of machine's circuit.
After filling all circuit outputs it possible to create machine description
from that object.
Examples of usage that library in crate infmachine_examples.
More information in infmachine crate.