Hoogle for Rust?

This page summarizes the projects mentioned and recommended in the original post on /r/rust

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
  1. hoogle

    Haskell API search engine

    Is there a Rust equivalent to https://hoogle.haskell.org/ ?

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. rust-prolog

    Rust implementation of prolog based on miniprolog: http://andrej.com/plzoo/html/miniprolog.html

    I wrote it myself: https://github.com/dagit/rust-prolog

  4. merlin

    Context sensitive completion for OCaml in Vim and Emacs

    Instead of searching functions based on their type structure (like Hoogle), you could search for functions that "consume"/"produce" values of given types (like OCaml's Merlin). I think Rust already computes variance of type constructors, so such a tool just would have to obtain this information.

  5. cargo-up

    Automatically upgrade breaking changes

    It should be possible. I've only tinkered around with ra for a project similar to cargo-up. But the API provides the needed entrypoints to do that kind of analysis IIRC.

  6. rust

    Empowering everyone to build reliable and efficient software.

    I have posted an issue about this https://github.com/rust-lang/rust/issues/86915, asking for type signature search for generics which would make a lot of things easier.

  7. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Hedy: Textual Programming Made Easy

    6 projects | news.ycombinator.com | 26 Jan 2025
  • Playing Atari Games in OCaml

    2 projects | news.ycombinator.com | 15 Jun 2023
  • Tezos development booms over Solana, Polkadot and Elrond

    8 projects | /r/tezostrader | 16 Dec 2022
  • In Defense of Linked Lists

    16 projects | news.ycombinator.com | 4 Nov 2022
  • Are Scala and Haskell the only mainstream functional programming languages with support for higher kinded types?

    2 projects | /r/functionalprogramming | 18 Jan 2022

Did you know that Rust is
the 5th most popular programming language
based on number of references?