debian-control 0.3.7

A parser for Debian control files
Documentation
1
2
3
4
5
6
7
8
9
//! Lossy parsing of Debian control files

pub mod apt;
pub mod buildinfo;
mod control;
pub use control::*;
pub mod ftpmaster;
mod relations;
pub use relations::*;