30 releases (stable)

5.0.0 Nov 25, 2024
4.0.2 Aug 29, 2024
4.0.1 Nov 21, 2023
3.0.0 May 11, 2023
0.1.0 Nov 11, 2020

#3 in #casper

Download history 633/week @ 2024-12-09 353/week @ 2024-12-16 156/week @ 2024-12-23 238/week @ 2024-12-30 317/week @ 2025-01-06 270/week @ 2025-01-13 367/week @ 2025-01-20 220/week @ 2025-01-27 453/week @ 2025-02-03 348/week @ 2025-02-10 323/week @ 2025-02-17 472/week @ 2025-02-24 277/week @ 2025-03-03 322/week @ 2025-03-10 933/week @ 2025-03-17 251/week @ 2025-03-24

1,822 downloads per month
Used in 58 crates (43 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

~8–11MB
~223K SLoC