Cargo Features

[dependencies]
vtparse = { version = "0.7.0", default-features = false, features = ["no_std", "std", "alloc"] }
default = std

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

no_std

Enables heapless ^0.8

std default

Affects vtparse::VTActor.apc_dispatch, vtparse::VTAction, vtparse::CollectingVTActor

alloc

Affects vtparse::VTActor.apc_dispatch, vtparse::VTAction, vtparse::CollectingVTActor