mdbook-rustdoc-links 2.0.0

Link to Rust API docs by name in mdBook
mdbook-rustdoc-links-2.0.0 is not a library.

mdbook-rustdoc-links

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::time module 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]

To see it in action, read the book!

Quick access | Install | Quickstart | Features | Options

cargo install mdbook-rustdoc-links

[^1]: Text adapted from A Tour of Tokio