Skip to content

Commit

Permalink
docs: include README.md content in rustdoc output
Browse files Browse the repository at this point in the history
  • Loading branch information
eopb committed Oct 23, 2023
1 parent ff27c35 commit 261a149
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![doc = include_str!("../README.md")]

use std::time::Instant;

use tide::{Middleware, Next, Request};
Expand Down

0 comments on commit 261a149

Please sign in to comment.