Cargo Features

polars-utils has no features set by default.

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

Affects polars-utils::mmap

bigidx

Affects index::IdxSize

nightly
ir_serde = serde
serde ir_serde?

Enables serde

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

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