1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107
//! It doesn't have to be sexy //! //! - **Date:** August 20, 2016 //! - **Subject:** Building (and celebrating) all the little, not-so-glorious //! pieces of the Rust ecosystem. //! - [**Audio**][mp3] //! //! [mp3]: https://www.podtrac.com/pts/redirect.mp3/cdn.newrustacean.com/file/newrustacean/bonus/6.mp3 //! //! <audio style="width: 100%" title="It doesn't have to be sexy" controls preload=metadata src="https://www.podtrac.com/pts/redirect.mp3/cdn.newrustacean.com/file/newrustacean/bonus/6.mp3" /> //! //! //! Notes //! ----- //! //! We love the Rust compiler team. But there's more to the Rust community, and //! more required for Rust to be as great as it can be, than just the language //! itself. We need to celebrate other libraries, and even the small ones, just //! as much (and maybe more) than changes to the language. We need to dig in and //! work on building the *whole* ecosystem. (The good news is, we are!) //! //! //! Links //! ----- //! //! - [`futures-rs`] //! + ["Zero-cost futures in Rust"][futures-blog] //! - [Tokio] //! + ["Announcing Tokio"][tokio-medium] (Carl Lerche on Medium) //! - [ShaderCat]: Graphics Programming with Unity and Rust //! - ["What's new with 'The Rust Programming Language'?"][trpl] //! - [Friends of Rust] //! - [`ring`]: Safe, fast, small crypto using Rust //! - [`alexa-rs`]: Rust library for building Alexa skills //! - [`gilrs`]: Game Input Library for Rust //! //! [`futures-rs`]: https://github.com/alexcrichton/futures-rs //! [futures-blog]: http://aturon.github.io/blog/2016/08/11/futures/ //! [Tokio]: https://github.com/tokio-rs/tokio //! [tokio-medium]: https://medium.com/@carllerche/announcing-tokio-df6bb4ddb34#.c9pqf9wyx //! [Friends of Rust]: https://www.rust-lang.org/en-US/friends.html //! [trpl]: http://words.steveklabnik.com/whats-new-with-the-rust-programming-language //! [`ring`]: https://github.com/briansmith/ring //! [`alexa-rs`]: https://github.com/neil-lobracco/alexa-rs //! [`gilrs`]: https://gitlab.com/Arvamer/gilrs //! [ShaderCat]: http://www.shadercat.com //! //! //! Sponsors //! -------- //! //! - Aleksey Pirogov //! - Cameron Mochrie //! - Cass Costello //! - [Chris Palmer] //! - [Daniel Collin] //! - [Derek Morr] //! - Doug Reeves //! - Eric Fulmer //! - Hamza Sheikh //! - [Jakub "Limeth" Hlusička] //! - [Jared Smith] //! - Keith Gray //! - Lachlan Collins //! - Leif Arne Storset //! - Luca Schmid //! - Micael Bergeron //! - [Pascal Hertleif] //! - Ralph Giles ("rillian") //! - Ralph "FriarTech" Loizzo //! - Raph Levien //! - reddraggone9 //! - Ryan Ollos //! - Steven Murawski //! - Vesa Kaihlavirta //! - [William Roe] //! //! [Chris Palmer]: http://red-oxide.org/ //! [Daniel Collin]: twitter.com/daniel_collin //! [Derek Morr]: https://twitter.com/derekmorr //! [Jakub "Limeth" Hlusička]: https://github.com/Limeth //! [Jared Smith]: http://twitter.com/jaredthecoder //! [Pascal Hertleif]: https://pascalhertleif.de/ //! [William Roe]: http://willroe.me //! //! (Thanks to the couple people donating who opted out of the reward tier, as //! well. You know who you are!) //! //! ### Become a sponsor //! //! - <a href="https://www.patreon.com/newrustacean" rel="payment">Patreon</a> //! - [Venmo](https://venmo.com/chriskrycho) //! - [Dwolla](https://www.dwolla.com/hub/chriskrycho) //! - [Cash.me](https://cash.me/$chriskrycho) //! - [Flattr](https://flattr.com/profile/chriskrycho) //! - [PayPal.me](https://paypal.me/chriskrycho) //! //! //! Contact //! ------- //! //! - New Rustacean: //! + Twitter: [@newrustacean](https://www.twitter.com/newrustacean) //! + Email: [[email protected]](mailto:[email protected]) //! - Chris Krycho //! + GitHub: [chriskrycho](https://github.com/chriskrycho) //! + Twitter: [@chriskrycho](https://www.twitter.com/chriskrycho)