Cargo Features

ufmt-write has no features set by default.

[dependencies]
ufmt-write = { version = "0.1.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