Module docs

Source
Expand description

The docs pseudo-module contains nom-derive documentation. Objects from this module are only used to add documentation, and are not used in the crate.

Modulesยง

Nom
The Nom derive automatically generates an implementation of the Parse trait for the structure using nom parsers, when possible. It will try to infer parsers for primitive of known types, but also allows you to specify parsers using custom attributes.