On Sat, Apr 26, 2014 at 12:23:06PM +0900, Daimrod wrote: > Jorge Aparicio <[email protected]> writes: > > > Hello fellow Rusticans, > > > > I'm pleased to announce the Rust by example website [1], which is a Rust > > version of the Go by example website [2], aimed at explaining rustic > > concepts > > and giving an overview of the Rust distribution libraries with examples. > > > > Although the website is still a WIP, it already contains 30+ examples > > ranging > > from the classic Hello World to a simple client server program, covering > > core > > concepts like ownership, borrowing, generics, traits, tasks, etc. > > Awesome job! > > > Be sure to drop by the main repo [3], and let me know what you think and/or > > of > > any idea you have to improve it! > > It would be cool if the output of the code blocks were displayed. >
Thanks for the feedback! A few examples have the output at the end, but yes I think it would be better if all the examples displayed the output. Will do, thanks again. > > Cheers, > > > > Jorge Aparicio > > > > [1] http://japaric.github.io/rust-by-example > > [2] https://gobyexample.com > > [3] https://github.com/japaric/rust-by-example > > -- > Daimrod/Greg > _______________________________________________ > Rust-dev mailing list > [email protected] > https://mail.mozilla.org/listinfo/rust-dev _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
