This repository contains parsers and editors for RFC822 style file as used in Debian. There are two core crates:
deb822-lossless: parser that preserves formatting, whitespace and comments as well as allowing syntax errors.deb822-fast: a fast parser that does not preserve formatting, whitespace and comments.
Four related crates that build on these two crates are:
debian-control: A parser and editor for Debian control files, apt lists.debian-copyright: A parser and editor for Debian copyright files.dep3: A parser and editor for Debian DEP-3 headers.- r-description: A parser and editor for R DESCRIPTION files.
apt-sources: A parser and editor for APT source files (package repositories specification).