diff --git a/src/lib.rs b/src/lib.rs index a03a524..68f9ec8 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -12,6 +12,8 @@ use rocket; use crate::data::Config; /// Runs the server +/// +/// Returns `Ok(true)` if it succeeds, otherwise returns the error from Rocket pub async fn run(conf: data::Config) -> Result { match rocket::build() .mount(