docsearch

Crates.iodocsearch
lib.rsdocsearch
version0.3.5
sourcesrc
created_at2021-07-29 15:12:47.817996
updated_at2023-08-23 02:00:25.207981
descriptionResolve crate items to rustdoc URLs.
homepagehttps://github.com/dnaka91/docsearch
repositoryhttps://github.com/dnaka91/docsearch
max_upload_size
id428842
size93,705
Dominik Nakamura (dnaka91)

documentation

README

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).

Commit count: 65

cargo fmt