hyle-model

Crates.iohyle-model
lib.rshyle-model
version0.13.0-rc.4
created_at2025-03-24 15:01:39.845216+00
updated_at2025-04-08 14:44:39.480712+00
descriptionHyle datamodel
homepagehttps://hyle.eu/
repositoryhttps://github.com/Hyle-org/hyle/
max_upload_size
id1603861
size142,204
Bertrand D. (BertrandD)

documentation

README

Hyle model

This crate defines the datamodel for the hyle ecosystem.

The types are defined in separated files for clarity, but are almost all re-exported at the root.

Example:

use hyle_model::ZkProgramInput; // Valid
use hyle_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 hyle node internal need, you might not need it.

Commit count: 1340

cargo fmt