On Mon, Oct 8, 2012 at 6:19 PM, Eddy Cizeron <[email protected]> wrote: > 2012/10/6 Tim Chevalier <[email protected]> >> ("Interfaces" have been renamed to "traits" in the soon-to-be-released >> Rust 0.4 release, by the way; it looks like you may be looking at the docs >> from Rust 0.3.) > > Right, I was looking at docs 0.3 but I could not find any newer > documentation.
It looks like Brian already pointed you to the head-of-the-tree tutorial, but also, all the in-development docs are linked from https://github.com/mozilla/rust/wiki/Docs . (0.4 should land any day now, too.) > I'll come back as soon > as my comprehension of Rust traits will be less superficial (and after a > session of self-flagellation if my premonitions/arguments turn out to be > wrong :-)) And, in case nobody has pointed them out yet, here are a couple more resources: * An introduction to traits on Patrick's blog: http://pcwalton.github.com/blog/2012/08/08/a-gentle-introduction-to-traits-in-rust * A talk I did in August, with a side-by-side Haskell/Rust comparison: https://air.mozilla.org/rust-typeclasses Cheers, Lindsey _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
