vortex-sampling-compressor 0.12.0

Vortex compressor that uses statistical sampling
Documentation
[dependencies.arbitrary]
optional = true
version = "1.3.2"

[dependencies.fsst-rs]
version = "0.4.1"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.log]
version = "0.4.21"

[dependencies.rand]
version = "0.8.5"

[dependencies.vortex-alp]
version = "0.12.0"

[dependencies.vortex-array]
version = "0.12.0"

[dependencies.vortex-datetime-dtype]
version = "0.12.0"

[dependencies.vortex-datetime-parts]
version = "0.12.0"

[dependencies.vortex-dict]
version = "0.12.0"

[dependencies.vortex-dtype]
default-features = false
version = "0.12.0"

[dependencies.vortex-error]
version = "0.12.0"

[dependencies.vortex-fastlanes]
version = "0.12.0"

[dependencies.vortex-fsst]
version = "0.12.0"

[dependencies.vortex-roaring]
version = "0.12.0"

[dependencies.vortex-runend]
version = "0.12.0"

[dependencies.vortex-zigzag]
version = "0.12.0"

[dev-dependencies.chrono]
version = "0.4.38"

[features]
arbitrary = ["dep:arbitrary"]

[lib]
name = "vortex_sampling_compressor"
path = "src/lib.rs"

[lints.clippy]
as_ptr_cast_mut = "deny"
borrow_as_ptr = "deny"
cognitive_complexity = "deny"
collection_is_never_read = "deny"
debug_assert_with_mut_call = "deny"
derive_partial_eq_without_eq = "deny"
equatable_if_let = "deny"
exit = "deny"
expect_fun_call = "deny"
expect_used = "deny"
fallible_impl_from = "deny"
get_unwrap = "deny"
host_endian_bytes = "deny"
if_then_some_else_none = "deny"
inconsistent_struct_constructor = "deny"
manual_assert = "deny"
manual_is_variant_and = "deny"
mem_forget = "deny"
multiple_crate_versions = "allow"
or_fun_call = "deny"
panic = "deny"
panic_in_result_fn = "deny"
same_name_method = "deny"
tests_outside_test_module = "deny"
unwrap_in_result = "deny"
unwrap_used = "deny"
use_debug = "deny"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.cargo]
level = "deny"
priority = -1

[lints.rust]
unsafe_op_in_unsafe_fn = "deny"
warnings = "deny"

[package]
authors = ["Vortex Authors <hello@spiraldb.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["database-implementations", "data-structures", "compression"]
description = "Vortex compressor that uses statistical sampling"
edition = "2021"
homepage = "https://github.com/spiraldb/vortex"
include = ["benches/*.rs", "build.rs", "src/**/*.rs", "Cargo.toml", "proto/**/*.proto", "flatbuffers/*.fbs", "README.md"]
keywords = ["vortex"]
license = "Apache-2.0"
name = "vortex-sampling-compressor"
readme = "README.md"
repository = "https://github.com/spiraldb/vortex"
rust-version = "1.81"
version = "0.12.0"