Module cargo::core::registry

source ·

Structs

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

Source of information about a group of packages.