rudb-storage 0.3.19

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

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

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

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

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