| Crates.io | hyli-model |
| lib.rs | hyli-model |
| version | 0.14.0-rc3 |
| created_at | 2025-09-05 11:55:42.169551+00 |
| updated_at | 2025-09-15 12:42:51.895394+00 |
| description | Hyli datamodel |
| homepage | https://hyli.org/ |
| repository | https://github.com/hyli-org/hyli/ |
| max_upload_size | |
| id | 1825405 |
| size | 163,256 |
This crate defines the datamodel for the hyli ecosystem.
The types are defined in separated files for clarity, but are almost all re-exported at the root.
Example:
use hyli_model::ZkProgramInput; // Valid
use hyli_model::contract::ZkProgramInput; // NOT valid
The default feature full enables to access all the datamodel, this should be disabled in the contract's dependency (See examples).
The feature sqlx is for hyli node internal need, you might not need it.