Crate deb_rust

source ·
Expand description

A pure Rust library for building and reading Deb packages.

deb-rust provides an easy to use, programmatic interface for reading and writing Deb packages. It currently supports only binary deb packages.

This documentation is not intended to provide an explanation for how the Deb format works, nor how dpkg understands it. This documentation is only to explain how to interface with the format using deb-rust. For information on the format itself, check the Debian Policy Manual

Modules

Build and read binary Deb packages.

Structs

Used in the DebPackage struct to represent files in a package’s archives.

Enums

Used to configure which compression format is used for data and control archives.