Hi all, Just a quick update on the status of rustdoc_ng. The core of it is progressing nicely. Starting to nail down a workable JSON schema and getting the difficult moving parts solid. Hammering out some of the finer details like "how can you cross-link to a different crate" and "should we impose a formatting language in doc comments". Meanwhile a bunch of my time has been redirected towards non-Rust things.
If you want to help out, there is an issue tracker at https://github.com/cmr/rustdoc_ng/issues. We track current master right now (or should) so it's easy to get going. In particular, https://github.com/cmr/rustdoc_ng/issues/3 is mostly just tedious work of "add struct, extract from AST, write Clean and ToJson impls", and is very easy. We have a channel, #rustdoc-wg, on irc.mozilla.net. Join if you have questions, want to help out, or have idea to contribute! (The ML works too, though). Thanks _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
