bst-hashmap 0.1.0

A binary tree implementation with a hashmap-inspired interface.
Documentation
[dependencies]

[lib]
name = "bst_hashmap"
path = "src/lib.rs"

[package]
authors = ["Matheus-git <mathiew0@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A binary tree implementation with a hashmap-inspired interface."
edition = "2024"
license = "MIT"
name = "bst-hashmap"
readme = "README.md"
repository = "https://github.com/matheus-git/bst-hashmap"
version = "0.1.0"