binary-tree-view 0.1.0

A binary tree visualization application built in Rust.
1
2
3
4
5
6
7
## Usage

```sh
# To view Binary Tree. Run this command
binary-tree-view

```