nstack 0.8.1

Arity 4 stack for the kelvin merkle toolkit
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "nstack"
version = "0.8.1"
authors = ["Kristoffer Ström <kristoffer@dusk.network>"]
edition = "2018"
description = "Arity 4 stack for the kelvin merkle toolkit"
license = "MPL-2.0"
repository = "https://github.com/dusk-network/nstack"
keywords = ["merkle", "datastructure", "stack"]

[dependencies]
microkelvin = "0.9.0-rc"
canonical = "0.6"
canonical_derive = "0.6"

[features]
persistance = ["microkelvin/persistance"]