+Rust Design Patterns

This commit is contained in:
kud1ing 2015-11-04 12:20:15 +01:00
parent 535abffc41
commit 096c4032f4

View file

@ -416,6 +416,7 @@ See also [http://arewewebyet.com/](http://arewewebyet.com/) and [Rust web framew
* [Rust by Example](http://rustbyexample.com/)
* [RustCamp 2015 Talks](http://confreaks.tv/events/rustcamp2015)
* [Rust CI](http://www.rust-ci.org/) — a [Travis CI](https://travis-ci.com) dashboard for Rust projects
* [Rust Design Patterns](https://github.com/nrc/patterns)
* [The Rust FFI Omnibus](http://jakegoulding.com/rust-ffi-omnibus/) — a collection of examples of using code written in Rust from other languages.
* [Rust Guidelines](http://aturon.github.io/)
* [rust-learning](https://github.com/ctjhoa/rust-learning) — a collection of useful resources to learn Rust