hyli-model

Crates.iohyli-model
lib.rshyli-model
version0.14.0-rc3
created_at2025-09-05 11:55:42.169551+00
updated_at2025-09-15 12:42:51.895394+00
descriptionHyli datamodel
homepagehttps://hyli.org/
repositoryhttps://github.com/hyli-org/hyli/
max_upload_size
id1825405
size163,256
Bertrand D. (BertrandD)

documentation

README

Hyli model

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.

Commit count: 1513

cargo fmt