Cargo Features
[dependencies]
foundation-ur = { version = "0.3.0", default-features = false, features = ["std", "alloc"] }
- default = std
-
The
std
feature is set by default wheneverfoundation-ur
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
- alloc std
-
Enables alloc of minicbor ^0.24
Affects
bytewords::decode
,bytewords::encode
,chooser::FragmentChooser
,chooser::Alloc
,decoder::Decoder
,decoder::Alloc
,encoder::Encoder
,encoder::Alloc
,sampler::Weighted
,sampler::Alloc
,decoder::Decoder
,decoder::Alloc
,encoder::Encoder
,ur::to_string
…