Skip to content

Commit 6524315

Browse files
committed
TWiR release 91 (10 August 2015).
For now, directly added links to some emoticons. Later, should extend Markdown to parse emoticon :tags:.
1 parent 0ac9b26 commit 6524315

File tree

2 files changed

+126
-0
lines changed

2 files changed

+126
-0
lines changed
Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
1+
Title: This Week in Rust 91
2+
Date: 2015-08-10
3+
Category: This Week in Rust
4+
5+
Hello and welcome to another issue of *This Week in Rust*!
6+
[Rust](http://rust-lang.org) is a systems language pursuing the trifecta:
7+
safety, concurrency, and speed. This is a weekly summary of its progress and
8+
community. Want something mentioned? Tweet us at [@ThisWeekInRust](https://twitter.com/ThisWeekInRust) or [send us an
9+
email](mailto:[email protected]?subject=This%20Week%20in%20Rust%20Suggestion)!
10+
Want to get involved? [We love
11+
contributions](https://github.com/rust-lang/rust/wiki/Note-guide-for-new-contributors).
12+
13+
*This Week in Rust* is openly developed [on GitHub](https://github.com/cmr/this-week-in-rust).
14+
If you find any errors in this week's issue, [please submit a PR](https://github.com/cmr/this-week-in-rust/pulls).
15+
16+
# From the Blogosphere
17+
18+
* <img alt="balloon" class="emoji" title=":balloon:" src="https://cdn.discourse.org/business/images/emoji/emoji_one/balloon.png?v=0"><img alt="tada" class="emoji" title=":tada:" src="https://cdn.discourse.org/business/images/emoji/emoji_one/tada.png?v=0"> [Announcing Rust 1.2](http://blog.rust-lang.org/2015/08/06/Rust-1.2.html). <img alt="tada" class="emoji" title=":tada:" src="https://cdn.discourse.org/business/images/emoji/emoji_one/tada.png?v=0"><img alt="balloon" class="emoji" title=":balloon:" src="https://cdn.discourse.org/business/images/emoji/emoji_one/balloon.png?v=0">
19+
* [Writing Unsafe and Low-Level Code in Rust](http://smallcultfollowing.com/rust-int-variations/imem-umem/guide-unsafe.html).
20+
* [Creating a PHP Extension to Rust](http://hermanradtke.com/2015/08/03/creating-a-php-extension-to-rust.html).
21+
* [Objective-C from Rust: objc_msgSend](http://sasheldon.com/blog/2015/08/02/objective-c-from-rust-objc_msgsend/).
22+
* [A Simple Web App in Rust, Part 4 -- CLI Option Parsing](https://joelmccracken.github.io/entries/a-simple-web-app-in-rust-pt-4--cli-option-parsing/).
23+
* [video] [The Rust Programming Language](https://youtu.be/d1uraoHM8Gg) from Google TechTalks.
24+
25+
# New Releases & Project Updates
26+
27+
* [rust-cpp](https://github.com/mystor/rust-cpp). Embed C++ directly inside your rust code.
28+
* [rustty](https://github.com/cpjreynolds/rustty). A terminal UI library.
29+
* [coalesce-rs](https://github.com/arcnmx/coalesce-rs). Combine disjoint types that share common traits.
30+
* [mdBook](https://github.com/azerupi/mdBook). Create a book from markdown files.
31+
* [Serde 0.5.0 adds support for bincode](https://erickt.github.io/blog/2015/08/07/serde-0-dot-5-0-many-many-changes/).
32+
33+
# What's cooking on nightly?
34+
35+
XXX pull requests were [merged in the last week][merged].
36+
37+
[merged]: https://github.com/issues?q=is%3Apr+org%3Arust-lang+is%3Amerged+merged%3A2015-05-18..2015-06-07
38+
39+
# New Contributors
40+
41+
42+
43+
# Approved RFCs
44+
45+
Changes to Rust follow the Rust [RFC (request for comments)
46+
process](https://github.com/rust-lang/rfcs#rust-rfcs). These
47+
are the RFCs that were approved for implementation this week:
48+
49+
50+
# Final Comment Period
51+
52+
Every week [the team](https://rust-lang.org/team.html) announces the
53+
'final comment period' for RFCs and key PRs which are reaching a
54+
decision. Express your opinions now. [This week's FCPs][fcp] are:
55+
56+
[fcp]: https://github.com/issues?utf8=%E2%9C%93&q=is%3Apr+org%3Arust-lang+label%3Afinal-comment-period+is%3Aopen+updated%3A2015-07-06..2015-07-13
57+
58+
* TODO
59+
60+
# New RFCs
61+
62+
63+
# Friend of the Tree
64+
65+
[The Rust Team](http://www.rust-lang.org/team.html) likes to
66+
occasionally recognize people who have made
67+
outstanding contributions to The Rust Project, its ecosystem, and its
68+
community. These people are 'friends of the tree'.
69+
70+
[This week's friend of the tree](TODO) was ...
71+
72+
73+
# Subteam reports
74+
75+
Every week [The Rust Team](http://www.rust-lang.org/team.html) release
76+
a report on what is going on in their corner of the project. Here are
77+
the highlights from [this week's report](TODO).
78+
79+
* TODO
80+
81+
# Internals discussions
82+
83+
# Crate of the Week
84+
85+
There are so many crates! It's easy to lose track of the good ones,
86+
like [THING].
87+
88+
THING is a ...
89+
90+
91+
# Upcoming Events
92+
93+
* [What?]
94+
95+
If you are running a Rust event please add it to the [calendar] to get
96+
it mentioned here. Email [Erick Tryzelaar][erickt] or [Brian
97+
Anderson][brson] for access.
98+
99+
[calendar]: https://www.google.com/calendar/embed?src=apd9vmbc22egenmtu5l6c5jbfc%40group.calendar.google.com
100+
[erickt]: mailto:[email protected]
101+
[brson]: mailto:[email protected]
102+
103+
# fn work(on: RustProject) -> Money
104+
105+
There are some jobs writing Rust! This week's listings:
106+
107+
* TODO
108+
109+
(Don't forget to re-list last-week's).
110+
111+
# Quote of the Week
112+
113+
*"Quote"*
114+
115+
Explanation and link.
116+
117+
Thanks to XXX for the tip. [Submit your quotes for next week!][submit].
118+
119+
[submit]: http://users.rust-lang.org/t/twir-quote-of-the-week/328

themes/pelican-elegant-1.3/static/css/style.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,3 +416,10 @@ a#allposts {
416416
width: inherit;
417417
}
418418
}
419+
420+
.emoji {
421+
width: 20px;
422+
height: 20px;
423+
vertical-align: middle;
424+
border: 0px none;
425+
}

0 commit comments

Comments
 (0)