zenith-types

Crates.iozenith-types
lib.rszenith-types
version
sourcesrc
created_at2024-06-18 23:40:03.083093
updated_at2025-01-08 13:04:42.549412
descriptionTypes for the zenith smart contracts
homepagehttps://github.com/init4tech/zenith
repositoryhttps://github.com/init4tech/zenith
max_upload_size
id1276308
Cargo.toml error:TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
evalir (Evalir)

documentation

README

zenith-rs

Rust types & utilities for working with Zenith.

rust ecr

Development

This project requires Rust 1.82.0 or newer.

To build the project, run make build. To run tests, run make test. Before committing code, make sure to run make tidy, which will run clippy and format the whole project.

Commit count: 160

cargo fmt