29 releases (stable)

4.0.2 Aug 29, 2024
4.0.1 Nov 21, 2023
4.0.0 Oct 13, 2023
3.0.0 May 11, 2023
0.1.0 Nov 11, 2020

#5 in #casper

Download history 791/week @ 2024-07-22 697/week @ 2024-07-29 682/week @ 2024-08-05 526/week @ 2024-08-12 404/week @ 2024-08-19 689/week @ 2024-08-26 334/week @ 2024-09-02 383/week @ 2024-09-09 402/week @ 2024-09-16 555/week @ 2024-09-23 319/week @ 2024-09-30 300/week @ 2024-10-07 761/week @ 2024-10-14 312/week @ 2024-10-21 242/week @ 2024-10-28 468/week @ 2024-11-04

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

~7–10MB
~212K SLoC