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

#6 in #casper

Download history 242/week @ 2024-10-28 468/week @ 2024-11-04 202/week @ 2024-11-11 394/week @ 2024-11-18 640/week @ 2024-11-25 381/week @ 2024-12-02 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 312/week @ 2025-02-10

1,389 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

~6.5–9.5MB
~193K SLoC