Re-exports
pub use self::config::SourceConfigMap;pub use self::directory::DirectorySource;pub use self::git::GitSource;pub use self::path::PathSource;pub use self::registry::RegistrySource;pub use self::registry::CRATES_IO_DOMAIN;pub use self::registry::CRATES_IO_INDEX;pub use self::registry::CRATES_IO_REGISTRY;pub use self::replaced::ReplacedSource;
Modules
- Implementation of configuration for various sources
- A
Sourcefor registry-based packages.