Skip to content

Commit ed5680e

Browse files
committed
Merge pull request #107 from flosse/rust-web
added link to rust-web-framework-comparison
2 parents 46a5331 + 1a2f186 commit ed5680e

File tree

1 file changed

+115
-0
lines changed

1 file changed

+115
-0
lines changed
Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
Title: This Week in Rust XX
2+
Number: XX
3+
Date: YYYY-MM-DD
4+
Category: This Week in Rust
5+
6+
Hello and welcome to another issue of *This Week in Rust*!
7+
[Rust](http://rust-lang.org) is a systems language pursuing the trifecta:
8+
safety, concurrency, and speed. This is a weekly summary of its progress and
9+
community. Want something mentioned? Tweet us at [@ThisWeekInRust](https://twitter.com/ThisWeekInRust) or [send us an
10+
email](mailto:[email protected]?subject=This%20Week%20in%20Rust%20Suggestion)!
11+
Want to get involved? [We love
12+
contributions](https://github.com/rust-lang/rust/wiki/Note-guide-for-new-contributors).
13+
14+
*This Week in Rust* is openly developed [on GitHub](https://github.com/cmr/this-week-in-rust).
15+
If you find any errors in this week's issue, [please submit a PR](https://github.com/cmr/this-week-in-rust/pulls).
16+
17+
This week's edition was edited by: WHO??
18+
19+
# From the Blogosphere
20+
21+
# Tips & Tricks
22+
23+
# In the News
24+
25+
# New Releases & Project Updates
26+
27+
- A [comparison of web frameworks](https://github.com/flosse/rust-web-framework-comparison) written in Rust.
28+
29+
# What's cooking on nightly?
30+
31+
XXX pull requests were [merged in the last week][merged].
32+
33+
[merged]: https://github.com/issues?q=is%3Apr+org%3Arust-lang+is%3Amerged+merged%3A2015-05-18..2015-06-07
34+
35+
# New Contributors
36+
37+
38+
39+
# Approved RFCs
40+
41+
Changes to Rust follow the Rust [RFC (request for comments)
42+
process](https://github.com/rust-lang/rfcs#rust-rfcs). These
43+
are the RFCs that were approved for implementation this week:
44+
45+
46+
# Final Comment Period
47+
48+
Every week [the team](https://rust-lang.org/team.html) announces the
49+
'final comment period' for RFCs and key PRs which are reaching a
50+
decision. Express your opinions now. [This week's FCPs][fcp] are:
51+
52+
[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
53+
54+
* TODO
55+
56+
# New RFCs
57+
58+
59+
# Friend of the Tree
60+
61+
[The Rust Team](http://www.rust-lang.org/team.html) likes to
62+
occasionally recognize people who have made
63+
outstanding contributions to The Rust Project, its ecosystem, and its
64+
community. These people are 'friends of the tree'.
65+
66+
[This week's friend of the tree](TODO) was ...
67+
68+
69+
# Subteam reports
70+
71+
Every week [The Rust Team](http://www.rust-lang.org/team.html) release
72+
a report on what is going on in their corner of the project. Here are
73+
the highlights from [this week's report](TODO).
74+
75+
* TODO
76+
77+
# Internals discussions
78+
79+
# Crate of the Week
80+
81+
There are so many crates! It's easy to lose track of the good ones,
82+
like [THING].
83+
84+
THING is a ...
85+
86+
87+
# Upcoming Events
88+
89+
* [What?]
90+
91+
If you are running a Rust event please add it to the [calendar] to get
92+
it mentioned here. Email [Erick Tryzelaar][erickt] or [Brian
93+
Anderson][brson] for access.
94+
95+
[calendar]: https://www.google.com/calendar/embed?src=apd9vmbc22egenmtu5l6c5jbfc%40group.calendar.google.com
96+
[erickt]: mailto:[email protected]
97+
[brson]: mailto:[email protected]
98+
99+
# fn work(on: RustProject) -> Money
100+
101+
There are some jobs writing Rust! This week's listings:
102+
103+
* TODO
104+
105+
(Don't forget to re-list last-week's).
106+
107+
# Quote of the Week
108+
109+
*"Quote"*
110+
111+
Explanation and link.
112+
113+
Thanks to XXX for the tip. [Submit your quotes for next week!][submit].
114+
115+
[submit]: http://users.rust-lang.org/t/twir-quote-of-the-week/328

0 commit comments

Comments
 (0)