Cargo Features

[dependencies]
vexide-startup = { version = "0.4.2", default-features = false, features = ["allocator"] }
default = allocator

The allocator feature is set by default whenever vexide-startup is added without default-features = false somewhere in the dependency tree.

allocator default

Enables allocator of vexide-core

vexide-startup has 2 features without comments.