mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-18 09:23:13 +00:00
document web crate
This commit is contained in:
committed by
Alex Auvolat
parent
67585a4ffa
commit
a2e1617d84
+4
-1
@@ -1,7 +1,10 @@
|
||||
#![deny(missing_crate_level_docs, missing_docs)]
|
||||
//! Crate for handling web serving of s3 bucket
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
|
||||
mod error;
|
||||
pub use error::Error;
|
||||
|
||||
pub mod web_server;
|
||||
mod web_server;
|
||||
pub use web_server::run_web_server;
|
||||
|
||||
Reference in New Issue
Block a user