Text VDF format parser.
Parses human-readable VDF text format using winnow parser combinators.
pub use parser::parse as parse_text;