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§
- An apt source entry that is active on the system.
- Stores all apt source information fetched from the system.
Enums§
- An error that may occur when parsing apt sources.
- A line from an apt source list.
Type Aliases§
- Equivalent to
Result<T, SourceError>
.