| Crates.io | mdbook-rustdoc-links |
| lib.rs | mdbook-rustdoc-links |
| version | 2.0.0 |
| created_at | 2025-12-28 22:37:50.060408+00 |
| updated_at | 2025-12-28 22:37:50.060408+00 |
| description | Link to Rust API docs by name in mdBook |
| homepage | |
| repository | https://github.com/tonywu6/mdbookkit |
| max_upload_size | |
| id | 2009510 |
| size | 202,726 |
An mdBook preprocessor that lets you link to Rust API docs by name, rustdoc-style
Instead of manually sourcing URLs from docs.rs, you simply write ...
The [`tokio::time`] module provides utilities for tracking time and scheduling work.
This includes functions for setting [timeouts][tokio::time::timeout] for tasks,
[sleeping][tokio::time::sleep] work to run in the future, or [repeating an operation at
an interval][tokio::time::interval].
.. and you get:
The
tokio::timemodule provides utilities for tracking time and scheduling work. This includes functions for setting timeouts for tasks, sleeping work to run in the future, or repeating an operation at an interval. 1
Quick access | Install | Quickstart | Features | Options
cargo install mdbook-rustdoc-links
Text adapted from A Tour of Tokio ↩