We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
reqwest
1 parent 1fa36fb commit 5670866Copy full SHA for 5670866
1 file changed
src/lib.rs
@@ -11,6 +11,9 @@
11
#![deny(rustdoc::private_intra_doc_links)]
12
#![deny(missing_docs)]
13
14
+// Crate re-exports
15
+pub use reqwest;
16
+
17
/// Implements a thin-client ([`client::VssClient`]) to access a hosted instance of Versioned Storage Service (VSS).
18
pub mod client;
19
0 commit comments