Struct lal::LocalBackend [] [src]

pub struct LocalBackend {
    pub config: LocalConfig,
    pub cache: String,
}

Fields

Local config

Cache directory

Methods

impl LocalBackend
[src]

[src]

Trait Implementations

impl Backend for LocalBackend
[src]

Artifact backend trait for LocalBackend

This is intended to be used by the caching trait CachedBackend, but for specific low-level use cases, these methods can be used directly.

[src]

Get a list of versions for a component in descending order

[src]

Get the latest version of a component

[src]

Get the version and location information of a component Read more

[src]

Publish a release build's ARTIFACT to a specific location Read more

[src]

Return the base directory to be used to dump cached downloads Read more

[src]

Raw fetch of location to a destination Read more