3 releases

new 0.13.0-rc.4 Apr 8, 2025
0.13.0-rc.3 Mar 31, 2025
0.13.0-rc.2 Mar 24, 2025

#137 in Magic Beans

Download history 53/week @ 2025-03-18 141/week @ 2025-03-25 72/week @ 2025-04-01

266 downloads per month
Used in 14 crates (3 directly)

MIT license

85KB
2.5K SLoC

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.

Dependencies

~3–15MB
~231K SLoC