Cargo Features
polars-utils has no features set by default.
[dependencies]
polars-utils = { version = "0.47.1", features = ["mmap", "bigidx", "nightly", "ir_serde", "serde", "python", "sysinfo"] }
- mmap = memmap
-
Affects
polars-utils::mmap
… - bigidx
-
Affects
index::IdxSize
,index::NonZeroIdxSize
,index::AtomicIdxSize
… - nightly
-
Affects
select::select_unpredictable
… - ir_serde = serde
- serde ir_serde?
-
Enables bincode ^1.3.3, flate2, rmp-serde, serde, and serde_json
Affects
polars-utils::pl_serialize
… - python = pyo3
-
Enables python of polars-error
Affects
polars-utils::python_function
,polars-utils::python_convert_registry
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.