rudb-storage 0.2.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.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b74e89336bf2a1f4526b2ea1a6d10ed9dc66c8fe7414f613881c559841ade4e2"

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

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

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

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