Cargo Features

[dependencies]
readfeed = { version = "0.2.0", default-features = false, features = ["std", "alloc"] }
default = std

The std feature is set by default whenever readfeed is added without default-features = false somewhere in the dependency tree.

std default

Enables std of maybe_xml

alloc

Enables alloc of maybe_xml

ReadFeed has 3 features without comments.