rudb-storage 0.2.14

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.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff53ac22430bf4be54f13d3ab82af34669718f23408d781ce90ae1159eedb1af"

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

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

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

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