versatile-data 0.14.5

A library for databases that has convenient datasets that group together commonly used fields and gives you the flexibility to create your own fields.
Documentation
[package]
name = "versatile-data"
version = "0.14.5"
edition = "2021"

description = "A library for databases that has convenient datasets that group together commonly used fields and gives you the flexibility to create your own fields."

repository = "https://github.com/OdenShirataki/versatile-data"

keywords = ["avltree","database","Index","library"]
license = "MIT/Apache-2.0"

[dependencies]
natord="1.0"
chrono="0.4"

file_mmap={ path="../file_mmap" , version="0.3" }
idx_sized={ path="../idx_sized" , version="0.9" }
various_data_file={ path="../various_data_file" , version="0.2" }

[dependencies.uuid]
version = "1.0"
features = [
    "v4",
    "fast-rng",
    "macro-diagnostics",
]