rudb-encoding 0.1.0

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

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

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