30 releases (stable)

new 5.0.1 Apr 15, 2025
5.0.0 Nov 25, 2024
4.0.2 Aug 29, 2024
4.0.1 Nov 21, 2023
0.1.0 Nov 11, 2020

#397 in Magic Beans

Download history 133/week @ 2024-12-27 351/week @ 2025-01-03 290/week @ 2025-01-10 351/week @ 2025-01-17 243/week @ 2025-01-24 396/week @ 2025-01-31 355/week @ 2025-02-07 322/week @ 2025-02-14 388/week @ 2025-02-21 434/week @ 2025-02-28 244/week @ 2025-03-07 447/week @ 2025-03-14 861/week @ 2025-03-21 277/week @ 2025-03-28 226/week @ 2025-04-04 373/week @ 2025-04-11

1,823 downloads per month
Used in 59 crates (44 directly)

Apache-2.0

2.5MB
62K 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

~7–11MB
~219K SLoC