This Week In Rust: This Week in Rust 86 |
Hello and welcome to another issue of This Week in Rust! Rust is a systems language pursuing the trifecta: safety, concurrency, and speed. This is a weekly summary of its progress and community. Want something mentioned? Tweet us at @ThisWeekInRust or send us an email! Want to get involved? We love contributions.
This Week in Rust is openly developed on GitHub. If you find any errors in this week's issue, please submit a PR.
107 pull requests were merged in the last week.
Every week the teams announce a 'final comment period' for RFCs which are reaching a decision. Express your opinions now. This week's RFCs entering FCP are:
connect
to join
.slice::tail()
/init()
with new methods.stdio
of child processes to open file handles.&
or &mut
temporary. Modify the ||
expression sugar so that it can expand to either F
, &F
, or &mut F
, where F
is a fresh struct type implementing one of the Fn
/FnMut
/FnOnce
traits.#![no_std]
attribute.'_
. Allow using an undeclared '_ wherever an explicit lifetime can be used, but is optional, such as function argument/return types and any path inside a function.IntoRaw{Fd, Socket, Handle}
trait to complement AsRaw*
.Interior
data-type, to allow moves out of the dropped value during the drop hook.If you are running a Rust event please add it to the calendar to get it mentioned here. Email Erick Tryzelaar or Brian Anderson for access.
"Greek constitution to be rewritten in #rustlang to deal with their ownership and borrowing problem." — @bigthingist
Submit your quotes for next week!.
http://this-week-in-rust.org/blog/2015/07/06/this-week-in-rust-86/
Комментировать | « Пред. запись — К дневнику — След. запись » | Страницы: [1] [Новые] |