9 releases

0.3.5 Aug 23, 2023
0.3.4 Aug 19, 2023
0.3.3 Jul 29, 2023
0.3.2 Jun 3, 2022
0.1.1 Jul 30, 2021

#710 in Parser implementations

Download history 4/week @ 2023-12-31 4/week @ 2024-02-18 27/week @ 2024-02-25 8/week @ 2024-03-03 15/week @ 2024-03-10 8/week @ 2024-03-17

58 downloads per month

MIT license

58KB
1K SLoC

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

Dependencies

~1.1–2.2MB
~45K SLoC