Expand description
§Helpers to handle Debian archives
These helpers includes enums to handle suites, codenames, and other fields found in Debian archive files.
Re-exports§
pub use crate::ParseError;
Enums§
- Codename
- Debian archive codenames
- Component
- Debian archive components
- Extension
- “Extensions” to a codename or a suite
- Multi
Arch - Allowed values of the multi-arch field
- Suite
- Debian archive suites
- Suite
OrCodename - Represents either a suite or codename
Traits§
- With
Extension - Trait to add/remove archive extensions from
Suite
andCodename