librustzcash/zcash_history/src
Kris Nuttycombe 8ba5ab3ca2 Replace the deprecated `bigint` crate with `primitive-types`.
`bigint`'s deprecation message suggests to use `uint` instead.
`uint`'s documentation suggests using `primitive-types` for
128 and 256 bit unsigned integers; these use `uint` under the
hood but do provide a somewhat more complete (and hopefully stable)
API.

Fixes #527
2022-04-11 10:38:35 -06:00
..
entry.rs zcash_history: Introduce Version trait 2021-06-11 02:02:07 +01:00
lib.rs zcash_history: Implement V2 tree format 2021-06-11 02:10:16 +01:00
node_data.rs Replace the deprecated `bigint` crate with `primitive-types`. 2022-04-11 10:38:35 -06:00
tree.rs zcash_history: Migrate tests to V2 format 2021-06-11 02:12:01 +01:00
version.rs Fix clippy complaints 2021-06-23 16:37:48 -06:00