Expand description
Crate for fetching detailed information from all available apt sources.
The information retrieved from the provided SourcesList
and accompanying iterator preserves
newlines and comments, so that these files can be modified and overwritten to preserve this data.
Active source entries will be parsed into SourceEntry
’s, which can be handled or serialized
back into text. Formatting of these lines are not preserved.
Modules§
Structs§
- Source
Entry - An apt source entry that is active on the system.
- Source
List Line Style - Sources
List - Sources
Lists - Stores all apt source information fetched from the system.
Enums§
- Signature
- A type to store
- Source
Error - An error that may occur when parsing apt sources.
- Source
Line - A line from an apt source list.
- Source
List Type - Sources
List Error
Type Aliases§
- Source
Result - Equivalent to
Result<T, SourceError>
.