Module nom_derive::docs[][src]

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

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.