pub fn status(input: &[u8]) -> IResult<&[u8], Status>
Expand description

A simple nom parser for Gemini statuses based on Status::from_bytes.