Re: [rust-dev] Announce: rustle, an api search tool

2012-10-20 Thread Masklinn
On 2012-10-19, at 03:05 , Daniel Patterson wrote: > I'm announcing an initial version of an API search tool for Rust called > Rustle. It is inspired by the api search tool for Haskell > called Hoogle (http://www.haskell.org/hoogle). Haskell's community also has Hayoo[0], which is less focused o

Re: [rust-dev] Announce: rustle, an api search tool

2012-10-20 Thread Peter Hull
On Sat, Oct 20, 2012 at 7:33 PM, Graydon Hoare wrote: > On 20/10/2012 10:48 AM, Peter Hull wrote: > I'm not sure where this comes from; I have no reason to think Rust would > resist intellisense-like tooling. It might require running portions of > the resolver or typechecker, but so does any such

Re: [rust-dev] Announce: rustle, an api search tool

2012-10-20 Thread Graydon Hoare
On 20/10/2012 10:48 AM, Peter Hull wrote: > Graydon, is all the required information already provided by libsyntax > or will Daniel indeed have to wait for a librustdoc before he can stop > scraping the HTML? Rustdoc should become a library in the near-ish future; but its source is in-tree and av

Re: [rust-dev] Announce: rustle, an api search tool

2012-10-19 Thread Graydon Hoare
On 12-10-18 06:05 PM, Daniel Patterson wrote: > To try it out, contribute, improve, file bugs, etc, go to > http://github.com/dbp/rustle . The readme > should explain how to get started with it. You can also try it out at > http://lab.dbpmail.net/rustle/. The > web frontend is currently very ba

Re: [rust-dev] Announce: rustle, an api search tool

2012-10-19 Thread Brian Anderson
This is awesome. ___ Rust-dev mailing list Rust-dev@mozilla.org https://mail.mozilla.org/listinfo/rust-dev

[rust-dev] Announce: rustle, an api search tool

2012-10-18 Thread Daniel Patterson
I'm announcing an initial version of an API search tool for Rust called Rustle. It is inspired by the api search tool for Haskell called Hoogle (http://www.haskell.org/hoogle). It is quite new, but can already do some useful things. You can install it for yourself (http://github.com/dbp/rustle)