rudb-storage 0.2.2

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

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

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

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

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