rudb-encoding 0.1.1

Every encoding, the cascade machinery, the cost model and multi-column detection.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "rudb-common"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15fba10ec5fcb00d8f5d87e707177b541c4c20261ef04ad4cd4b2d3dbad64215"

[[package]]
name = "rudb-encoding"
version = "0.1.1"
dependencies = [
 "rudb-common",
 "rudb-vector",
]

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