rudb-storage 0.2.16

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

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

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

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

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