gguppy_data 0.4.0

Traits and adapters used by gguppy for dataframe access
Documentation
[dependencies.arrow]
default-features = false
optional = true
version = "^55.1.0"

[dependencies.arrow-arith]
default-features = false
optional = true
version = "^55.1.0"

[dependencies.gguppy_core]
version = "^0.4.0"

[dependencies.hashbrown]
optional = true
version = "^0.15.3"

[dependencies.polars]
default-features = false
optional = true
version = "^0.48.1"

[dependencies.serde]
default-features = false
optional = true
version = "^1.0.219"

[features]
arrow = ["dep:arrow", "dep:arrow-arith"]
default = ["hashbrown", "std", "sample_data"]
hashbrown = ["dep:hashbrown"]
polars = ["dep:polars"]
sample_data = []
serde = ["dep:serde"]
std = []

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

[package]
authors = ["Alwin Wang <alwinrwang@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Traits and adapters used by gguppy for dataframe access"
edition = "2024"
homepage = "https://github.com/alwinw/gguppy"
license = "Apache-2.0 OR MIT"
name = "gguppy_data"
readme = "README.md"
repository = "https://github.com/alwinw/gguppy"
version = "0.4.0"