debcontrol
— parse Debian control filesA Rust crate for parsing [Debian control files].
Parse a complete control file:
```rust use debcontrol::{Paragraph, parse_str};
let paragraphs: Vec
this-is: another paragraph ")?; ```
See the [documentation] for more examples and reference documentation.
Cargo.toml
v<VERSION>
, e.g. v0.1.0