binary-tree-view 0.1.0

A binary tree visualization application built in Rust.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.simple-binary-tree]
version = "0.1.0"

[package]
categories = ["algorithms", "data-structures", "utilities", "development-tools"]
description = "A binary tree visualization application built in Rust."
edition = "2021"
homepage = "https://github.com/enosuity/persist-linked-list"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["binary-tree", "data-structures", "trees", "algorithm", "visualization"]
license = "MIT OR Apache-2.0"
name = "binary-tree-view"
readme = "README.md"
repository = "https://github.com/enosuity/persist-linked-list"
version = "0.1.0"