30 releases (stable)

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

#417 in Magic Beans

Download history 291/week @ 2024-12-31 302/week @ 2025-01-07 284/week @ 2025-01-14 341/week @ 2025-01-21 235/week @ 2025-01-28 479/week @ 2025-02-04 347/week @ 2025-02-11 297/week @ 2025-02-18 486/week @ 2025-02-25 237/week @ 2025-03-04 369/week @ 2025-03-11 904/week @ 2025-03-18 369/week @ 2025-03-25 212/week @ 2025-04-01 269/week @ 2025-04-08 330/week @ 2025-04-15

1,217 downloads per month
Used in 63 crates (48 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
~220K SLoC