-
Is there a Rust equivalent to https://hoogle.haskell.org/ ?
-
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.
-
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
-
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.
-
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.
-
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.
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.