Cargo Features

polars-utils has no features set by default.

[dependencies]
polars-utils = { version = "0.46.0", features = ["mmap", "bigidx", "nightly", "ir_serde", "serde", "python", "sysinfo"] }
mmap = memmap

Affects polars-utils::mmap

bigidx

Affects index::IdxSize, index::NonZeroIdxSize, index::AtomicIdxSize

nightly
ir_serde = serde
serde ir_serde?

Enables bincode, flate2, serde, and serde_json

Affects polars-utils::pl_serialize

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

pyo3 python?
sysinfo implicit feature

Enables sysinfo

sysinfo:

Library to get system information such as processes, CPUs, disks, components and networks

Affects polars-utils::sys