irkle

Crates.ioirkle
lib.rsirkle
version0.1.0-pre.1
sourcesrc
created_at2020-11-20 15:15:52.995506
updated_at2020-11-20 15:15:52.995506
descriptionA blake3-based merkle (hash) tree implementation for superfast trees ⚡
homepage
repositoryhttps://github.com/Owez/irkle
max_upload_size
id314364
size13,753
Owen Griffiths (Owez)

documentation

README

Irkle

A blake3-based merkle (hash) tree implementation for superfast trees ⚡

Example

use irkle::Tree;

fn main() {
    println!("{:#?}", Tree::new(vec!["hello", "there"]));
}

Installation

Simply add the following to your Cargo.toml file:

[depedencies]
irkle = "0.1"
Commit count: 43

cargo fmt