Skip to main content

Crate isr_dl_linux

Crate isr_dl_linux 

Source
Expand description

Linux specific downloaders and utilities.

Re-exports§

pub use self::ubuntu::ArtifactPaths;
pub use self::ubuntu::ArtifactPolicy;
pub use self::ubuntu::ArtifactRef;
pub use self::ubuntu::FilenamePolicy;
pub use self::ubuntu::KernelArtifacts;
pub use self::ubuntu::PackageIndex;
pub use self::ubuntu::PackageQuery;
pub use self::ubuntu::UbuntuRepositoryEntry;
pub use self::ubuntu::UbuntuSymbolDownloader;
pub use self::ubuntu::UbuntuSymbolPaths;
pub use self::ubuntu::UbuntuSymbolRequest;

Modules§

ubuntu
Ubuntu archive downloader.

Structs§

LinuxBanner
Linux banner.
UbuntuVersionSignature
Ubuntu kernel version signature, as embedded in the UTS version string.

Enums§

DownloaderError
Errors surfaced while resolving Linux kernel debug symbols.
Error
Errors surfaced by ISR downloaders.
LinuxVersionSignature
Distribution-specific version signature extracted from a kernel banner.
ProgressEvent
Progress event emitted during download and extraction operations.

Type Aliases§

ProgressFn
Shared, cloneable progress callback.