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

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

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

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

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