debcontrol — parse Debian control files

pipeline status crates.io version docs.rs version

A Rust crate for parsing [Debian control files].

Usage

Parse a complete control file:

```rust use debcontrol::{Paragraph, parse_str};

let paragraphs: Vec = parse_str(" a-field: with a value another-field: with a... ...continuation

a comment

this-is: another paragraph ")?; ```

See the [documentation] for more examples and reference documentation.

Developing

Releases