tools.rs: improve docs
This commit is contained in:
@ -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 {
|
||||
|
||||
|
Reference in New Issue
Block a user