Cargo Features

[dependencies]
multiboot2 = { version = "0.23.1", default-features = false, features = ["alloc", "builder", "unstable"] }
default = builder

The builder feature is set by default whenever multiboot2 is added without default-features = false somewhere in the dependency tree.

alloc builder

Enables alloc of multiboot2-common

builder default = alloc

Enables builder of multiboot2-common

unstable

Nightly-only features, which will eventually be stabilized.

Enables unstable of multiboot2-common