Expand description

Helper module with parsers for COMPLETE streams of bytes. If you want streaming/resumable parsers, use the parser functions in each submodule directly. Gemtext parsers only work with complete input.

Enums

The Err enum indicates the parser was not successful

Functions

Parse a gemtext document from utf-8 text.

Parse a complete Header from bytes.

Parse a complete Request from bytes.

Parse a complete Response from bytes.

Parse a complete Status from bytes.