tools.rs: improve docs

This commit is contained in:
Dietmar Maurer
2019-01-05 16:53:28 +01:00
parent 39c6bd86cc
commit 51b499db74
2 changed files with 27 additions and 5 deletions

View File

@ -1,5 +1,7 @@
pub mod static_map;
pub mod tools;
/// API definition helper
///
/// This module contains helper classes to define REST APIs. Method
@ -10,8 +12,6 @@ pub mod static_map;
/// hierarchy of API entries, and provides ways to find an API
/// definition by path.
pub mod tools;
#[macro_use]
pub mod api {