ego-binary-tree 0.1.0

Binary tree API built by wrapping ego-tree.
Documentation
[package]
name = "ego-binary-tree"
version = "0.1.0"
authors = ["Darren Tsung <darren.tsung@gmail.com>"]
edition = "2018"
description = "Binary tree API built by wrapping ego-tree."
license = "MIT"

[dependencies]
ego-tree = "0.6"