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

#997 in Magic Beans

Download history 414/week @ 2024-08-21 630/week @ 2024-08-28 353/week @ 2024-09-04 402/week @ 2024-09-11 472/week @ 2024-09-18 447/week @ 2024-09-25 321/week @ 2024-10-02 573/week @ 2024-10-09 521/week @ 2024-10-16 285/week @ 2024-10-23 330/week @ 2024-10-30 344/week @ 2024-11-06 255/week @ 2024-11-13 548/week @ 2024-11-20 503/week @ 2024-11-27 277/week @ 2024-12-04

1,612 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–9.5MB
~190K SLoC