mergle 0.5.2

A data structure with fast merging and comparison
Documentation
[dependencies.bromberg_sl2]
version = "^0.5.0"
[dev-dependencies.quickcheck]
version = "0.9"

[package]
authors = ["Ben Weinstein-Raun <root@benwr.net>", "Jennifer Blight <jgblight@gmail.com>"]
categories = ["data-structures", "no-std"]
description = "A data structure with fast merging and comparison"
edition = "2018"
license = "CC0-1.0"
name = "mergle"
repository = "https://github.com/benwr/mergle"
version = "0.5.2"
[profile.release]
codegen-units = 1
lto = true
opt-level = 3