Roogle: A Rust API search engine
7.2 relevance
Score Breakdown
technical depth 7
novelty 6
actionability 8
community 5
strategic 3
personal 5
Scored daily by a customisable AI persona to surface the most relevant engineering leadership news.
Rust API search engine, practical for Rust devs but narrow.
Summary
Roogle is an open-source Rust API search engine on GitHub that enables searching functions by name and type signature, including complex generics like Option<Result<T, E>>. It provides a local HTTP API via Cargo or Docker to query function/method signatures with bounds and predicates, targeting Rust's standard library and extensible to other crates. The tool complements the cargo-roogle plugin, offering precise signature-based discovery for developer tooling.
Author
roogle-rs