Roogle: A Rust API search engine

23 points by fanf


maxheller

rustdoc supports similar queries these days, see https://doc.rust-lang.org/rustdoc/read-documentation/search.html#searching-by-type-signature

mdaniel

Roogle is a Rust API search engine, which allows you to search functions by names and type signatures.

so, it's a search engine that specializes in function names and some type signatures (see the todo list for the restrictions), apparently for the Rust programming language, written in Rust

that said, it also appears to be "good enough for their needs" given the todo list and commit history, so did you submit it because you found it helpful, or because it was interesting in some non-obvious way?