Cargo Features
polars-utils has no features set by default.
[dependencies]
polars-utils = { version = "0.44.2", features = ["mmap", "bigidx", "nightly", "ir_serde", "serde", "python", "sysinfo"] }
- mmap = memmap
-
Affects
polars-utils::mmap
… - bigidx
-
Affects
index::IdxSize
,index::NonZeroIdxSize
… - nightly
- ir_serde = serde
- serde ir_serde?
-
Enables serde
- python = pyo3
-
Affects
polars-utils::python_function
…
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.
- memmap mmap?
-
Enables memmap2 ^0.7
- pyo3 python?
-
Enables pyo3 ^0.21
- sysinfo implicit feature
-
Enables sysinfo ^0.31
sysinfo:
Library to get system information such as processes, CPUs, disks, components and networks
Affects
polars-utils::sys
…