Function arbitrary_string

Source
pub fn arbitrary_string(input: &[u8]) -> IResult<&[u8], &str>
Expand description

Reads an age “arbitrary string”.

From the age specification:

... an arbitrary string is a sequence of ASCII characters with values 33 to 126.