Expand description
Operations that interact with the registry web API.
Re-exportsยง
pub use self::login::registry_login;pub use self::logout::registry_logout;pub use self::owner::modify_owners;pub use self::owner::OwnersOptions;pub use self::publish::publish;pub use self::publish::PublishOpts;pub use self::search::search;pub use self::yank::yank;
Modulesยง
- login ๐Interacts with the registry login API.
- logout ๐Interacts with the registry logout.
- owner ๐Interacts with the registry owners API.
- publish ๐Interacts with the registry publish API.
- search ๐Interacts with the registry search API.
- yank ๐
Structsยง
- RegistrySourceIds ๐
Enumsยง
- Registry settings loaded from config files.
- Represents either
--registryor--indexargument, which is mutually exclusive.
Functionsยง
- get_source_id ๐Gets the SourceId for an index or registry setting.
- registry ๐Returns the
RegistryandSourcebased on command-line and config settings.