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 whenever async-coap-uri is added without default-features = false somewhere in the dependency tree.

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