Hoogle for Rust?

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • hoogle

    Haskell API search engine

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

  • 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

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • 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.

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

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

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub 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

  • 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
  • Write Rust lints without forking Clippy

    3 projects | /r/rust | 20 May 2021