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§

binary
Build and read binary Deb packages.

Structs§

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

Enums§

DebArchitecture
Represents the various architectures Deb supports.
DebCompression
Used to configure which compression format is used for data and control archives.
DebPriority
Used for Deb’s Priority field.