Struct cargo::sources::registry::RegistrySource [] [src]

pub struct RegistrySource<'cfg> { /* fields omitted */ }

Methods

impl<'cfg> RegistrySource<'cfg>
[src]

[src]

[src]

[src]

Decode the configuration stored within the registry.

This requires that the index has been at least checked out.

Trait Implementations

impl<'cfg> Registry for RegistrySource<'cfg>
[src]

[src]

Attempt to find the packages that match a dependency request.

[src]

Returns whether or not this registry will return summaries with checksums listed. Read more

[src]

impl<'cfg> Source for RegistrySource<'cfg>
[src]

[src]

[src]

The update method performs any network operations required to get the entire list of all names, versions and dependencies of packages managed by the Source. Read more

[src]

The download method fetches the full package for each name and version specified. Read more

[src]

Generates a unique string which represents the fingerprint of the current state of the source. Read more

[src]

If this source supports it, verifies the source of the package specified. Read more