fork-tree 2.0.0-rc1

Utility library for managing tree-like ordered data with logic for pruning the tree while finalizing nodes.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.codec]
features = ["derive"]
package = "parity-scale-codec"
version = "1.3.0"

[package]
authors = ["Parity Technologies <admin@parity.io>"]
description = "Utility library for managing tree-like ordered data with logic for pruning the tree while finalizing nodes."
documentation = "https://docs.rs/fork-tree"
edition = "2018"
homepage = "https://substrate.dev"
license = "Apache-2.0"
name = "fork-tree"
repository = "https://github.com/paritytech/substrate/"
version = "2.0.0-rc1"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]