incrementalmerkletree/incrementalmerkletree
Kris Nuttycombe dff6be7221 Update MSRV to 1.60
The transitive dependency we have on `unarray` is forcing this update.
Also, update CI actions to eliminate dependencies on the unmaintained
`actions-rs` Rust CI tools.
2023-02-16 10:51:41 -07:00
..
src Change `append` to take ownership of the value being appended. 2023-01-04 14:08:11 -07:00
CHANGELOG.md Change `append` to take ownership of the value being appended. 2023-01-04 14:08:11 -07:00
Cargo.toml Update MSRV to 1.60 2023-02-16 10:51:41 -07:00
LICENSE-APACHE Move position & hashable types to incrementalmerkletree root. 2022-12-21 12:52:57 -07:00
LICENSE-MIT Move position & hashable types to incrementalmerkletree root. 2022-12-21 12:52:57 -07:00
README.md Move position & hashable types to incrementalmerkletree root. 2022-12-21 12:52:57 -07:00

README.md

incrementalmerkletree

This crate contains common utility types and testing infrastructure used in the implementation of the bridgetree and shardtree crates.