deb

Crates.iodeb
lib.rsdeb
version
sourcesrc
created_at2020-01-03 22:11:35.094324+00
updated_at2025-03-07 14:46:22.867563+00
descriptionUtilities for working with files and formats commonly found when working with Debian's project tooling, or infrastructure.
homepagehttps://github.com/paultag/deb-rs
repository
max_upload_size
id194890
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Paul Tagliamonte (paultag)

documentation

README

deb: utilities for working with Debian files and formats.

🎉 You found the deb crate! 🎉

This crate is under active development, and "soft launched". Please do not post widely directing to this crate yet -- the API shipped today is unstable, and is likely to change -- fairly significantly -- without much regard to very precisely following semver until it stabilizes.

You're more than welcome to play with this and use it, but it's not something I would encourage load bearing infrastructure to be written with as of right now.

Introduction

The deb crate contains utilities for working with files and formats commonly found when working with Debian's project tooling, or infrastructure.

Common use-cases are broken out into modules in the deb crate namespace, such as interacting with [control] files, parsing [dependency] relationships between Debian packages, parsing and ordering [version] numbers, or understanding Debian [architecture] strings.

Docs can be found on docs.rs, and information about the latest release can be found on crates.io.

Commit count: 0

cargo fmt