Module cargo::core::registry [] [src]

Structs

PackageRegistry

This structure represents a registry of known packages. It internally contains a number of Box<Source> instances which are used to load a Package from.

Traits

Registry

Source of information about a group of packages.