docsearch 0.3.5

Resolve crate items to rustdoc URLs.
Documentation

DocSearch

Build Status Repository Documentation

Use the latest search index from rustdoc to find the docs.rs (or stdlib) URL for any item in a crate by its simple path.

Usage

Add docsearch to your project with cargo add docsearch (needs cargo-edit) or add it manually to your Cargo.toml:

[dependencies]
docsearch = "0.3.5"

In addition, you will need to use the lastest tokio runtime to use this library as it uses async/await and is bound to this runtime.

Example

For examples check out the search example or consult the docs.

License

This project is licensed under MIT License (or http://opensource.org/licenses/MIT).