Cargo Features
[dependencies]
pq2xl = { version = "0.0.1", default-features = false, features = ["markdown-help", "polars-struct", "polars-categorical", "polars-decimal"] }
- default = polars-categorical, polars-decimal, polars-struct
-
These default features are set whenever
pq2xl
is added without
somewhere in the dependency tree.default-features = false - markdown-help
-
Enables clap-markdown
- polars-struct default
-
Enables dtype-struct of polars
- polars-categorical default
-
Enables dtype-categorical of polars
- polars-decimal default
-
Enables dtype-decimal of polars
pq2xl has 5 features without comments.