rudb-storage 0.2.17

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

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

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

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

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