miniblog.
← Back to all posts
Wilfred Hughes
Mar 15, 2015 at 01:04
The Rust community continues to impress. Rustdoc has gained the ability for users to do Hoogle-style search by type!
https://github.com/rust-lang/rust/pull/23289
Rustdoc search by type by mihneadb · Pull Request #23289 · rust-lang/rust
This adds search by type (for functions/methods) support to Rustdoc. Target issue is at rust-lang/rfcs#658. I've described my approach here: rust-lang/rfcs#658 (comment). I'll copy the text...