pub fn classify_line(line: &str) -> LineOutcomeExpand description
Classify one raw line. Pure — no IO. Blank lines are ignored; anything else is either an envelope, malformed JSON, valid-but-not-an-envelope, or an (un)decryptable sealed line.
pub fn classify_line(line: &str) -> LineOutcomeClassify one raw line. Pure — no IO. Blank lines are ignored; anything else is either an envelope, malformed JSON, valid-but-not-an-envelope, or an (un)decryptable sealed line.