Skip to content

Commit 1cd1463

Browse files
committed
2015-02-09
1 parent 289d0e6 commit 1cd1463

File tree

1 file changed

+54
-10
lines changed

1 file changed

+54
-10
lines changed

drafts/2015-02-09-this-week-in-rust.md

Lines changed: 54 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -86,35 +86,79 @@ Now you can follow breaking changes *[as they happen][BitRust]*!
8686

8787
# Community
8888

89-
9089
## Announcements
9190

92-
* [Weekly-meetings/2014-18-11][mtg]: what? [Reddit][mtg-reddit].
93-
94-
[mtg]: https://github.com/rust-lang/meeting-minutes/blob/master/weekly-meetings/2014-18-11.md
95-
[mtg-reddit]:
91+
* [Weekly-meetings/2015-02-03][mtg]: RFC shepherd attention spans; raw
92+
pointers and lifetimes; non-zeroing drop
93+
* [Unofficial Rust and Cargo nightlies for ARM][arm]. japaric to the
94+
rescue again.
95+
* [DroidLogician wants to help people with Rust on
96+
Windows][droid].
9697

98+
[mtg]: https://github.com/rust-lang/meeting-minutes/blob/master/weekly-meetings/2015-02-03.md
99+
[droid]: https://www.reddit.com/r/rust/comments/2ut9r7/need_something_tested_on_windows_or_cant_figure/
100+
[arm]: https://www.reddit.com/r/rust/comments/2v3xin/unofficial_rust_and_cargo_nightlies_for_arm_again/
97101

98102
## Blog Posts
99103

104+
* [Go and Rust: The road ahead for two young programming languages][gorust]
105+
* [The Story of Rust][story]. Steve Klabnik's slides from
106+
FOSDEM. [/r/rust][story-r-rust].
107+
* [Raft experiences (part 1)][raft-rs]. Hoverbear is working on an
108+
implementation of the [Raft consensus algorithm][raft].
100109

110+
[gorust]: http://www.infoworld.com/article/2877924/application-development/go-rust-road-ahead-young-programming-languages.html
111+
[story]: http://www.steveklabnik.com/fosdem2015/
112+
[story-r-rust]: https://www.reddit.com/r/rust/comments/2uppko/the_story_of_rust/
113+
[raft-rs]: http://www.hoverbear.org/2015/02/05/raft-update-1/
114+
[raft]: https://duckduckgo.com/l/?kh=-1&uddg=https%3A%2F%2Fraftconsensus.github.io%2F
101115

102116
## Discussions
103117

118+
* [How's Rust working out as the backend for crates.io?][crates]. Very
119+
well, thank you. Rust is solid as a rock.
104120

105-
106-
## Videos
107-
108-
121+
[crates]: https://www.reddit.com/r/rust/comments/2v1fe3/hows_rust_working_out_as_the_backend_for_cratesio/
109122

110123
## New Projects
111124

125+
* [dimensioned]. Compile-time checking of arbitrary units.
126+
* [byteorder]. Big- and little-endian interop from BurntSushi.
127+
* [rustless]. A high-quality 'REST-like' microframework built on
128+
[Iron] and [Hyper].
112129

130+
[dimensioned]: https://www.reddit.com/r/rust/comments/2uuwsx/introducing_dimensioned_a_library_for_compiletime/
131+
[byteorder]: https://github.com/BurntSushi/byteorder
132+
[rustless]: https://github.com/rustless/rustless
133+
[Iron]: http://ironframework.io/
134+
[Hyper]: https://github.com/hyperium/hyper
113135

114136
## Project Updates
115137

138+
* [This Week in Servo 22][twis]. For its third birthday Servo added
139+
cookie support.
140+
* If you are the tweeting type, follow [ServoNightly] for the latest
141+
on that project.
142+
* [Racer project update 4][racer]. Rust's best code-completion tool
143+
supports generics and destructuring.
116144

145+
[twis]: https://www.reddit.com/r/rust/comments/2ut3qo/this_week_in_servo_22/
146+
[ServoNightly]: https://twitter.com/ServoNightly
147+
[racer]: http://phildawes.net/blog/2015/02/02/racer4/
117148

118149
## Upcoming Events
119150

120-
151+
* [Feb. 9. Sydney Meetup][syd]. Huon Wilson and Steve Klabnik will be
152+
attending.
153+
* [Feb 9. Seattle Meetup][seattle].
154+
* [Feb 10. Rust NY][ny]. Lightning talks.
155+
* [Feb 10. San Diego Rust][sd].
156+
* [Feb 16. Rust Paris][paris].
157+
* [Feb 19. Rust Bay Area][sf]. Topic is I/O.
158+
159+
[syd]: http://www.meetup.com/Rust-Sydney/events/220100853/
160+
[seattle]: https://www.eventbrite.com/e/mozilla-rust-seattle-meetup-tickets-12222326307?aff=erelexporg
161+
[ny]: http://www.meetup.com/RustNY/events/220177697/
162+
[sd]: www.meetup.com/San-Diego-Rust/events/220153428/
163+
[paris]: http://www.meetup.com/Rust-Paris
164+
[sf]: http://www.meetup.com/Rust-Bay-Area/events/219697152/

0 commit comments

Comments
 (0)