28 releases (stable)

4.0.1 Nov 21, 2023
3.0.0 May 11, 2023
2.0.0 May 5, 2023
1.6.0 Apr 18, 2023
0.1.0 Nov 11, 2020

#1021 in Magic Beans

Download history 382/week @ 2024-03-14 430/week @ 2024-03-21 568/week @ 2024-03-28 428/week @ 2024-04-04 434/week @ 2024-04-11 414/week @ 2024-04-18 494/week @ 2024-04-25 407/week @ 2024-05-02 586/week @ 2024-05-09 524/week @ 2024-05-16 590/week @ 2024-05-23 494/week @ 2024-05-30 483/week @ 2024-06-06 504/week @ 2024-06-13 603/week @ 2024-06-20 597/week @ 2024-06-27

2,296 downloads per month
Used in 57 crates (42 directly)

Apache-2.0

1MB
20K SLoC

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.

Dependencies

~6–9MB
~184K SLoC