quadb 0.1.0

An asynchronous octree manager implemented over redb, designed for efficient storage and retrieval of spatial data from disk
Documentation
[dependencies.bincode]
features = ["derive", "serde"]
version = "2.0.1"

[dependencies.dashmap]
version = "6.1.0"

[dependencies.redb]
version = "2.6.1"

[dependencies.tokio]
features = ["full"]
version = "1.47.0"

[dev-dependencies.rand]
version = "0.9.2"

[dev-dependencies.tempfile]
version = "3.20.0"

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

[package]
authors = ["Glenn Wallace glennw-coding@proton.me"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "database-implementations", "game-development", "simulation"]
description = "An asynchronous octree manager implemented over redb, designed for efficient storage and retrieval of spatial data from disk"
edition = "2024"
keywords = ["database", "key-value", "octree", "async", "data-structure"]
license = "MIT"
name = "quadb"
readme = "README.md"
repository = "https://github.com/glennw-mt/quadb"
version = "0.1.0"