-
Notifications
You must be signed in to change notification settings - Fork 267
Closed
Labels
encodingIssues related to support of various encodings of the XML documentsIssues related to support of various encodings of the XML documents
Description
Hi,
the way features work in cargo is that any crate in your dependency tree can enable additional features for its dependencies, and each dependency ("crate") is only compiled once with all features merged; thus they must only add additional "APIs" without breaking what was before.
I.e. enabling the encoding feature should provide new structs and functions (or just improve existing ones without changing their signature).
Also the reader::Decoder struct is not public and not documented, but Reader::decoder() is... I guess either both or none should be public.
Metadata
Metadata
Assignees
Labels
encodingIssues related to support of various encodings of the XML documentsIssues related to support of various encodings of the XML documents