debian 0.1.1

Helper library for everything related to Debian, like parsing changelog or control files for packaging, comparing versions (the Debian way) or interacting with apt.
Documentation
extern crate chrono;
#[macro_use] extern crate log;

pub mod package;
pub mod version;
pub use self::version::Version;