Crate eipw_preamble
source ·Expand description
This crate comprises the preamble parsing logic for eipw
, the EIP
validator.
See Preamble
for more details.
Structs
- A field from a
Preamble
that includes its position in a source file. - Errors that can arise while parsing a preamble. See [`Preamble::parse’].
- An ordered list of fields from a preamble.
Enums
- Errors that can arise from
Preamble::split
.