Crates.io | simple-binary-tree |
lib.rs | simple-binary-tree |
version | 0.1.0 |
source | src |
created_at | 2024-06-21 12:37:39.066861 |
updated_at | 2024-06-21 12:37:39.066861 |
description | A simple binary tree view representation |
homepage | https://github.com/enosuity/binary-tree |
repository | https://github.com/enosuity/binary-tree |
max_upload_size | |
id | 1279502 |
size | 6,140 |
A simple binary tree implementation in Rust using smart pointers (Rc
and RefCell
). This crate provides basic functionalities to build, insert, and print elements of a binary tree.
To use this crate, add it to your Cargo.toml
:
[dependencies]
simple_binary_tree = "0.1.0"