rudb-storage 0.3.7

Blocks, row groups, column chunks, statistics and the buffer manager.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "rudb-common"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8da313b8adcb10507b1c1319bee1c36a8c13e1e0eb494c2189aeef53f7e3ce0e"

[[package]]
name = "rudb-encoding"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84a61b3dcf0f7da9757581391fde811ac254b7c65e39999bf4c087f19f11c242"
dependencies = [
 "rudb-common",
 "rudb-vector",
]

[[package]]
name = "rudb-io"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8df6b7d150d694453cd5e483db185785d232b849540567038d47e1bab769c40b"
dependencies = [
 "rudb-common",
]

[[package]]
name = "rudb-storage"
version = "0.3.7"
dependencies = [
 "rudb-common",
 "rudb-encoding",
 "rudb-io",
 "rudb-vector",
]

[[package]]
name = "rudb-vector"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79dda9567976d4ddb614da6ccbb7fe9a2d5f1f209102ebe49ada2e6341f0072d"
dependencies = [
 "rudb-common",
]