casper-types

Crates.iocasper-types
lib.rscasper-types
version6.0.1
created_at2020-11-11 15:35:36.645686+00
updated_at2025-07-09 13:10:18.732706+00
descriptionTypes shared by many casper crates for use on the Casper network.
homepagehttps://casper.network
repositoryhttps://github.com/casper-network/casper-node/tree/master/types
max_upload_size
id311263
size2,806,201
Joe Sacher (sacherjj)

documentation

https://docs.rs/casper-types

README

casper-types

LOGO

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: 17301

cargo fmt