Module cargo::core::source

source ·

Structs

Unique identifier for a source of packages.
A HashMap of SourceId -> Box<Source>
A std::collection::hash_map::IterMut for SourceMap

Enums

Information to find a specific commit in a git repository

Traits

A Source finds and downloads remote packages based on names and versions.

Type Definitions

A std::collection::hash_map::Values for SourceMap