This Week In Rust: This Week in Rust 104 |
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.
This week's edition was edited by: nasa42, brson, and llogiq.
104 pull requests were merged in the last week.
See the triage digest for more details.
_ms
functions that predate the Duration
API.IntoIterator
for &{Path, PathBuf}
.drop_in_place
as ptr::drop_in_place
.Changes to Rust follow the Rust RFC (request for comments) process. These are the RFCs that were approved for implementation this week:
Every week the team announces the 'final comment period' for RFCs and key PRs which are reaching a decision. Express your opinions now. This week's FCPs are:
#[deprecated]
for Everyone.alias
attribute to #[link]
and -l
.retain_mut
to Vec
and VecDeque
.#[cfg(...)]
attribute to enable conditional compilation dependent on size and alignment of FFI types.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.
Tweet us at @ThisWeekInRust to get your job offers listed here!
This week's Crate of the Week is ramp. Ramp supplies some high performance low memory easy to use big integral types.
Whenever you need integers too large for a u64
and cannot afford to lose precision, ramp has just what you need.
Thanks to zcdziura for this week's suggestion. Submit your suggestions for next week!
with unsafe .... if you have to ask, then you probably shouldn't be doing it basically
— Steve Klabnik on #rust IRC.
Thanks to Oliver Schneider for the tip.
Submit your quotes for next week!
http://this-week-in-rust.org/blog/2015/11/09/this-week-in-rust-104/
Комментировать | « Пред. запись — К дневнику — След. запись » | Страницы: [1] [Новые] |