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 on type-searches (though they still work well), and has quite a few interesting feature (e.g. the "type cloud" which displays type-searches similar to the one entered). It's also based on an indexing library which could be imitated to provide generic API searching capabilities to Rust. [0] http://holumbus.fh-wedel.de _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
