Module gorrosion_gtp::input

source ·
Expand description

(Private)

Tooling to deal with the fact that we get bytes but want data. General (pre-)processing happens here, so the stuff in data can focus on the interesting parts of parsing.

Modules

for_t 🔒
nom 🔒
Implement the traits defined by nom so that we can use nom to write our parsers.

Constants

COMMENT 🔒
DISCARD 🔒
NEWLINE 🔒
SPACE 🔒
WHITESPACE 🔒

Functions