seniorious 0.1.0

A implementation of chtholly tree in rust
Documentation
[package]
name = "seniorious"
description = "A implementation of chtholly tree in rust"
keywords = ["chtholly_tree"]
version = "0.1.0"
authors = ["snylonue <snylonue@gmail.com>"]
edition = "2021"
readme = "README.md"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
num-traits = "0.2"