casper-types

Crates.iocasper-types
lib.rscasper-types
version4.0.1
sourcesrc
created_at2020-11-11 15:35:36.645686
updated_at2023-11-21 02:34:49.68202
descriptionTypes shared by many casper crates for use on the Casper network.
homepagehttps://casperlabs.io
repositoryhttps://github.com/CasperLabs/casper-node/tree/master/types
max_upload_size
id311263
size924,894
(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