Skip to content

Commit 5e8a03e

Browse files
author
glendc
committed
add docs-rs badge to README
1 parent 29dc6b1 commit 5e8a03e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@ to be able to gracefully shutdown, meaning that ideally the server process exits
66
only when all active tasks were done with their ongoing work.
77

88
[![Crates.io][crates-badge]][crates-url]
9+
[![Docs.rs][docs-badge]][docs-url]
910
[![MIT licensed][mit-badge]][mit-url]
1011
[![Build Status][actions-badge]][actions-url]
1112

1213
[crates-badge]: https://img.shields.io/crates/v/tokio-task-manager.svg
1314
[crates-url]: https://crates.io/crates/tokio-task-manager
15+
[docs-badge]: https://img.shields.io/docsrs/tokio_task_manager/latest
16+
[docs-url]: https://docs.rs/tokio-task-manager/latest/tokio_task_manager/index.html
1417
[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg
1518
[mit-url]: https://github.com/OTA-Insight/tokio-task-manager/blob/master/LICENSE
1619
[actions-badge]: https://github.com/OTA-Insight/tokio-task-manager/workflows/CI/badge.svg

0 commit comments

Comments
 (0)