rudb-storage 0.3.8

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

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

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

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

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