Skip to content

Commit ea2c195

Browse files
committed
doc: Add doc comment
1 parent 8519e4e commit ea2c195

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ pub use tide_core::{
4242
};
4343

4444
pub mod error {
45+
//! Module to export tide_core errors
46+
4547
pub use tide_core::error::{
4648
EndpointResult, Error, ResponseExt, ResultDynErrExt, ResultExt, StringError,
4749
};
@@ -51,6 +53,8 @@ pub use tide_forms as forms;
5153
pub use tide_querystring as querystring;
5254

5355
pub mod middleware {
56+
//! Module to export tide_core middleware
57+
5458
// Core
5559
pub use tide_core::middleware::{Middleware, Next};
5660

0 commit comments

Comments
 (0)