tantivy-columnar 0.3.0

column oriented storage for tantivy
Documentation
[dependencies.common]
package = "tantivy-common"
version = "0.7"

[dependencies.downcast-rs]
version = "1.2.0"

[dependencies.fastdivide]
version = "0.4.0"

[dependencies.itertools]
version = "0.12.0"

[dependencies.serde]
version = "1.0.152"

[dependencies.sstable]
package = "tantivy-sstable"
version = "0.3"

[dependencies.stacker]
package = "tantivy-stacker"
version = "0.3"

[dependencies.tantivy-bitpacker]
version = "0.6"
[dev-dependencies.more-asserts]
version = "0.3.1"

[dev-dependencies.proptest]
version = "1"

[dev-dependencies.rand]
version = "0.8"

[features]
unstable = []

[package]
categories = ["database-implementations", "data-structures", "compression"]
description = "column oriented storage for tantivy"
edition = "2021"
homepage = "https://github.com/quickwit-oss/tantivy"
license = "MIT"
name = "tantivy-columnar"
readme = "README.md"
repository = "https://github.com/quickwit-oss/tantivy"
version = "0.3.0"