Cargo Features
[dependencies]
async-coap-uri = { version = "0.1.0", default-features = false, features = ["std", "alloc"] }
- default = std
-
The
std
feature is set by default wheneverasync-coap-uri
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
-
Affects
any_uri_ref::AnyUriRef.to_uri_ref_buf
,any_uri_ref::AnyUriRef.resolved
,async-coap-uri::UriCow
,async-coap-uri::UriRefCow
,async-coap-uri::RelRefCow
… - alloc std