Cargo Features

ufmt has no features set by default.

[dependencies]
ufmt = { version = "0.2.0", features = ["std"] }

NOTE do NOT add an alloc feature before the alloc crate can be used in no-std BINARIES

std

NOTE do NOT turn std into a default feature; this is a no-std first crate

Enables std of ufmt-write