On Tue, Jul 17, 2012 at 10:02 AM, Harrison, John <[email protected]> wrote: > In light of another discussion going on about style of rust std/core, I was > wondering if there is an official style guide and/or a style checker?
Although this is not quite what you're asking about, it's an opportune time to point out that there's a style guide for the Rust compiler and libraries: https://github.com/mozilla/rust/wiki/Note-style-guide . (I didn't know about it until I had been contributing for a while, so it's possible that others don't, either.) Lindsey _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
