Expand description
Lossy parser for deb822 format.
This parser is lossy in the sense that it will discard whitespace and comments in the input.
Re-exports§
pub use convert::FromDeb822Paragraph;pub use convert::ToDeb822Paragraph;
Modules§
- convert
- Conversion between Deb822-like paragraphs and Rust objects.
Structs§
- Deb822
- A deb822 document.
- Field
- A field in a deb822 paragraph.
- Paragraph
- A deb822 paragraph.
- Paragraph
Reader - Reader that streams paragraphs from a buffered reader.
Enums§
- Error
- Error type for the parser.
Constants§
- BINARY_
FIELD_ ORDER - Canonical field order for binary packages in debian/control files
- SOURCE_
FIELD_ ORDER - Canonical field order for source paragraphs in debian/control files