This Week In Rust: This Week in Rust 148 |
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 a pull request. 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.
std::collections is absolutely fantastic. Follow-up to - a critique of Rust's std::collections.and_then and map combinators on the Rust Result Type.This week's crate of the week is (the in best TWiR-tradition shamelessly self-promoted) mysql-proxy, a flexible, lightweight and scalable proxy for MySQL databases. Thanks to andygrove for the suggestion!
Submit your suggestions and votes for next week!
Always wanted to contribute to open-source projects but didn't know where to start? Every week we highlight some tasks from the Rust community for you to pick and get started!
Some of these tasks may also have mentors available, visit the task page for more information.
If you are a Rust project owner and are looking for contributors, please submit tasks here.
98 pull requests were merged in the last two weeks.
SyntaxExtension::MacroRulesTT is no more#[derive(Clone, Eq)] produces less code (Yay! faster builds!)private_in_public error demoted to warning (until remaining regressions are fixed, also in beta)-Z save-analysis#[cfg(any())] mod foo)Duration::checked_{add, sub, mul, div}ty::TraitObject's projection bounds are now stably sorted (also unifies/removes diverse hashing implementations)Zip data (some ongoing optimization work)Iterator::sum() and product() no longer check for overflow in release modeVec::{extend_from_slice,extend_with_element}()std::str::replacen(..)CStrings on droplikely(_)/unlikely(_) intrinsics added (help the CPU with branch prediction)std::io::Take::into_inner()std::alloc::{Rc, Arc}::ptr_eq(..)compiler-rt is dead, long live compiler-builtins!Changes to Rust follow the Rust RFC (request for comments) process. These are the RFCs that were approved for implementation this week:
mem::discriminant(). Add a function that extracts the discriminant from an enum variant as a comparable, hashable, printable, but (for now) opaque and unorderable type.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:
loop { ... } expression return a value via break my_value;.If you are running a Rust event please add it to the calendar to get it mentioned here. Email the Rust Community Team for access.
No jobs listed for this week.
Tweet us at @ThisWeekInRust to get your job offers listed here!
No quote was selected for QotW.
(Full disclosure: we removed QotW for this issue because selected QotW was deemed inappropriate and against the core values of Rust community. Here is the relevant discussion on reddit. If you are curious, you can find the quote in git history).
Submit your quotes for next week!
This Week in Rust is edited by: nasa42, llogiq, and brson.
https://this-week-in-rust.org/blog/2016/09/20/this-week-in-rust-148/
| Комментировать | « Пред. запись — К дневнику — След. запись » | Страницы: [1] [Новые] |