We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec98cef commit 539a4fcCopy full SHA for 539a4fc
cas_client/src/lib.rs
@@ -7,6 +7,7 @@ pub use interface::Client;
7
pub use local_client::LocalClient;
8
pub use merklehash::MerkleHash; // re-export since this is required for the client API.
9
pub use passthrough_staging_client::PassthroughStagingClient;
10
+pub use remote_client::CASAPIClient;
11
pub use remote_client::RemoteClient;
12
pub use staging_client::{new_staging_client, new_staging_client_with_progressbar, StagingClient};
13
pub use staging_trait::{Staging, StagingBypassable};
0 commit comments