Skip to content

Commit

Permalink
fix to specify version in html_root_url & sync crate inner doc comm…
Browse files Browse the repository at this point in the history
…ent with the initial part of README (#239)
  • Loading branch information
kanarus authored Aug 7, 2024
1 parent 4d8def6 commit 8c89810
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions ohkami/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/ohkami/latest/ohkami/")]
#![doc(html_root_url = "https://docs.rs/ohkami/0.20.0/ohkami/")]

/* Execute static tests for sample codes in README */
#![cfg_attr(feature="DEBUG", doc = include_str!("../../README.md"))]
Expand All @@ -11,7 +11,13 @@
//! <br>
//!
//! - *macro-less and type-safe* APIs for intuitive and declarative code
//! - *multi runtime* support:`tokio`, `async-std`, `worker` (Cloudflare Workers)
//! - *multi runtimes* are supported:`tokio`, `async-std`, `worker` (Cloudflare Workers)
//!
//! <div align="right">
//! <a href="https://github.com/ohkami-rs/ohkami/blob/main/LICENSE"><img alt="License" src="https://img.shields.io/crates/l/ohkami.svg" /></a>
//! <a href="https://github.com/ohkami-rs/ohkami/actions"><img alt="build check status of ohkami" src="https://github.com/ohkami-rs/ohkami/actions/workflows/CI.yml/badge.svg"/></a>
//! <a href="https://crates.io/crates/ohkami"><img alt="crates.io" src="https://img.shields.io/crates/v/ohkami" /></a>
//! </div>

#![cfg_attr(feature="nightly", feature(
Expand Down

0 comments on commit 8c89810

Please sign in to comment.