pub fn decode_bundle(body: &str) -> Result<Bundle>Expand description
Decode a _export body into rules, exception lists, exception items, and
the trailer. Every non-empty line must classify as one of the four; an
unclassifiable line is an error naming its line number.