rudb-encoding 0.2.9

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

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

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