Expand description
Xvc storage management commands.
Contains several modules to implement connection, upload and download of files to a storage. Most of the functionality is behind feature flags that are on by default. If you want to customize the functionality of this crate, you can disable the features you don’t need.
Re-exports§
pub use crate::error::Error;
pub use crate::error::Result;
pub use storage::XvcLocalStorage;
pub use storage::XvcStorage;
pub use storage::XvcStorageEvent;
pub use storage::XvcStorageGuid;
pub use storage::XvcStorageOperations;
Modules§
- Error messages for xvc-storage
- Cloud storage implementations for xvc.
Structs§
- Storage (on the cloud) management commands
Enums§
- Specifies a storage by either a name or a GUID.
- Add a new storage
- storage subcommands
Functions§
- Entry point for
xvc storage
group of commands.