28 releases (stable)

4.0.1 Nov 21, 2023
3.0.0 May 11, 2023
2.0.0 May 5, 2023
1.6.0 Apr 18, 2023
0.1.0 Nov 11, 2020

#910 in Magic Beans

Download history 607/week @ 2023-12-11 244/week @ 2023-12-18 183/week @ 2023-12-25 150/week @ 2024-01-01 268/week @ 2024-01-08 261/week @ 2024-01-15 230/week @ 2024-01-22 293/week @ 2024-01-29 299/week @ 2024-02-05 444/week @ 2024-02-12 322/week @ 2024-02-19 612/week @ 2024-02-26 402/week @ 2024-03-04 455/week @ 2024-03-11 390/week @ 2024-03-18 543/week @ 2024-03-25

1,845 downloads per month
Used in 57 crates (42 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–9MB
~185K SLoC