Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Feature configurations

vest_lib has three supported configurations:

Cargo configurationAvailable environment
default featuresstd: everything available, including heap-backed formats and full error traces
default-features = false, features = ["alloc"]no_std with Vec, Box and String for heap-backed formats and error reporting
default-features = falsecore-only formats and caller-provided buffers
[dependencies]
vest_lib = { version = "0.2", default-features = false, features = ["alloc"] }

Vest and vest_lib must be used with the Verus and vstd versions this release pins. The Verus version is in verus.json and the vstd version is in the workspace Cargo.toml.