src/client.rs: make module put_to_stream public

This commit is contained in:
Dietmar Maurer 2019-06-29 10:40:43 +02:00
parent fded1f3154
commit 38294bcc56

View File

@ -3,7 +3,7 @@
//! This library implements the client side to access the backups //! This library implements the client side to access the backups
//! server using https. //! server using https.
mod pipe_to_stream; pub mod pipe_to_stream;
mod merge_known_chunks; mod merge_known_chunks;
mod http_client; mod http_client;