Cargo Features

polars-utils has no features set by default.

[dependencies]
polars-utils = { version = "0.45.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
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

pyo3 python?

Enables pyo3 ^0.22

sysinfo implicit feature

Enables sysinfo ^0.32

sysinfo:

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

Affects polars-utils::sys