dataspool-rs 0.1.0

Efficient data bundling system with indexed .spool files and SQLite vector database
Documentation
[dependencies.bytepunch]
package = "bytepunch-rs"
version = "0.1.0"

[dependencies.rusqlite]
features = ["bundled"]
version = "0.31"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["full"]
optional = true
version = "1.40"

[features]
async = ["tokio"]
default = []

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

[package]
authors = ["Magnus Trent <magnus@blackfall.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database-implementations", "filesystem", "compression"]
description = "Efficient data bundling system with indexed .spool files and SQLite vector database"
documentation = "https://docs.rs/dataspool-rs"
edition = "2021"
exclude = ["target/**", "Cargo.lock", ".git/**"]
keywords = ["spool", "bundling", "database", "indexing", "vectors"]
license = "MIT"
name = "dataspool-rs"
readme = "README.md"
repository = "https://github.com/Blackfall-Labs/dataspool-rs"
version = "0.1.0"