casper-types

Crates.iocasper-types
lib.rscasper-types
version5.0.0
sourcesrc
created_at2020-11-11 15:35:36.645686
updated_at2024-11-25 21:28:24.60198
descriptionTypes shared by many casper crates for use on the Casper network.
homepagehttps://casperlabs.io
repositoryhttps://github.com/casper-network/casper-node/tree/master/types
max_upload_size
id311263
size2,724,083
(casperlabs-drone)

documentation

https://docs.rs/casper-types

README

casper-types

LOGO

Build Status Crates.io Documentation License

Types shared by many casper crates for use on the Casper network.

no_std

The crate is no_std (using the core and alloc crates) unless any of the following features are enabled:

  • json-schema to enable many types to be used to produce JSON-schema data via the schemars crate
  • datasize to enable many types to derive the DataSize trait
  • gens to enable many types to be produced in accordance with proptest usage for consumption within dependee crates' property testing suites

License

Licensed under the Apache License Version 2.0.

Commit count: 0

cargo fmt