You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/2017-08-22-this-week-in-rust.md
+49-23Lines changed: 49 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ If you find any errors in this week's issue, [please submit a PR](https://github
21
21
*[Inside a super fast CSS engine: Quantum CSS (aka Stylo)](https://hacks.mozilla.org/2017/08/inside-a-super-fast-css-engine-quantum-css-aka-stylo/).
22
22
*[rustgo: calling Rust from Go with near-zero overhead](https://blog.filippo.io/rustgo/).
23
23
*[Gtk-rs: The huge and long awaited release is finally here](http://gtk-rs.org/blog/2017/08/20/new-release.html).
24
-
*[RLSL- A new shading language](https://maikklein.github.io/post/shading-language-part1/).
24
+
*[RLSL - a new shading language](https://maikklein.github.io/post/shading-language-part1/).
25
25
*[nalgebra - a linear algebra library released v0.13 with pure-rust SVD, LU, Lapack integration, and matrix resizing](https://www.reddit.com/r/rust/comments/6tw57q/nalgebra_v013_released_with_purerust_svd_lu_etc/).
26
26
*[Making Redox self-hosting - status report 4](https://redox-os.org/news/gsoc-self-hosting-4/).
27
27
*[Building a mobile app in Rust and React Native, part 2](https://medium.com/@marekkotewicz/building-a-mobile-app-in-rust-and-react-native-part-2-hello-world-60970a7d194a).
@@ -47,33 +47,59 @@ Every week we highlight some tasks from the Rust community for you to pick and g
47
47
48
48
Some of these tasks may also have mentors available, visit the task page for more information.
49
49
50
-
*[Pleco.rs - a chess engine in Rust is looking for contributors](https://www.reddit.com/r/rust/comments/6tpc3b/lets_create_a_rustbased_chess_engine_a_call_for/).
51
-
*[easy][bindgen: Rename `TypeKind::Named` to `TypeKind::TypeParam`](https://github.com/rust-lang-nursery/rust-bindgen/issues/914).
52
-
*[less easy][bindgen: Emitting or deriving trait implementations](https://github.com/rust-lang-nursery/rust-bindgen/issues/886).
53
-
*[less easy][bindgen: Emit a "manual" implementation of Debug when it cannot be derived](https://github.com/rust-lang-nursery/rust-bindgen/issues/875).
54
-
*[less easy][bindgen: "manually" implement Hash when it cannot be derived](https://github.com/rust-lang-nursery/rust-bindgen/issues/877).
55
-
*[less easy][bindgen: "manually" implement PartialEq when it cannot be derived](https://github.com/rust-lang-nursery/rust-bindgen/issues/879).
56
-
*[less easy][bindgen: Derive `Eq` when possible](https://github.com/rust-lang-nursery/rust-bindgen/issues/880).
57
-
*[less easy][bindgen: "manually" implement Eq when we cannot derive it](https://github.com/rust-lang-nursery/rust-bindgen/issues/881).
58
-
*[less easy][bindgen: Derive PartialOrd when possible](https://github.com/rust-lang-nursery/rust-bindgen/issues/882).
59
-
*[less easy][bindgen: "manually" implement PartialOrd when we cannot derive it](https://github.com/rust-lang-nursery/rust-bindgen/issues/883).
60
-
*[less easy][bindgen: Derive Ord when possible](https://github.com/rust-lang-nursery/rust-bindgen/issues/884).
61
-
*[less easy][bindgen: "manually" implement Ord when we cannot derive it](https://github.com/rust-lang-nursery/rust-bindgen/issues/885).
62
-
*[PumpkinDB: Rust nightly after 2017-06-20 affects benchmarks negatively](https://github.com/PumpkinDB/PumpkinDB/issues/345). ([Discuss here](https://gitter.im/PumpkinDB/Lobby)).
63
-
*[wayland-window: Add control buttons](https://github.com/Smithay/wayland-window/issues/4).
64
-
*[wayland-window: Make borders prettier](https://github.com/Smithay/wayland-window/issues/19).
65
-
*[doc][lyon: API guidelines: methods on collections that produce iterators follow the iter, iter_mut, into_iter conventions](https://github.com/nical/lyon/issues/86). Lyon is a GPU-based 2D graphics rendering engine in Rust.
66
-
*[doc][lyon: API guidelines: ad-hoc conversions follow as_, to_, into_ conventions](https://github.com/nical/lyon/issues/85).
67
-
*[doc][lyon: API guidelines: iterator type names should match the methods that produce them](https://github.com/nical/lyon/issues/87).
68
-
*[medium][lyon: Implement clipping line joins at the miter limit](https://github.com/nical/lyon/issues/35).
69
-
*[easy][ggez: Input doesn't work on mac using tmux and iterm2](https://github.com/ggez/ggez/issues/30). ggez is a Rust library to create good games easily.
*[doc][ggez: Finish full building-and-install docs for each platform](https://github.com/ggez/ggez/issues/118).
50
+
This week's Call for Participation is submitted by RustConf 2017 attendees!
51
+
52
+
<imgsrc="https://this-week-in-rust.org/images/rustconf-2017-cfp.jpg"alt="A photo of a whiteboard from RustConf 2017 which lists projects looking for help.">
# Who's been awesome for the Rust community - RustConf 2017 edition
75
+
76
+
Our community likes to recognize people who have made outstanding contributions
77
+
to the Rust Project, its ecosystem, and its community. This year at RustConf, attendees
78
+
nominated people who have been awesome for the Rust community. And here they are:
79
+
80
+
<imgsrc="https://this-week-in-rust.org/images/rustconf-2017-fotf.jpg"alt="A photo of a whiteboard from RustConf 2017 which displays a list titled - who's been awesome for the Rust community - contributed by attendees.">
0 commit comments