Struct tugger_rust_toolchain::tar::PackageArchive[][src]

pub struct PackageArchive { /* fields omitted */ }
Expand description

Represents an extracted Rust package archive.

File contents exist in memory.

Implementations

Construct a new instance with compressed tar data.

Resolve file installs that need to be performed to materialize this package.

Returned Vec has relative destination path and the FileManifest’s internal entry as members.

Write a file containing SHA-256 hashes of file installs to the specified writer.

Materialize files from this manifest into the specified destination directory.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.