This Week In Rust: These Weeks in Rust 127 |
Hello and welcome to another multi-week 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: Vikrant and llogiq.
This week's Crate of the Week is owning_ref, which contains a reference type that can carry its owner with it. Thanks to Diwic for the suggestion!
Submit your suggestions 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.
186 pull requests were merged in the last two weeks.
pub(restricted)
(RFC 1422) implementedde-
/encode()
methods no longer break Serialization derivingBinaryHeap::append(..)
is_char_boundary()
with bit twiddlingBufRead
overrun on Take
Default
for RwLock
, Mutex
, CondVar
, CStr
, Path
std::net::IPV6_V6ONLY
featureDefId
s and extern crates before lowering the AST to HIRVecDeque::contains(_)
and LinkedList::contains(_)
implementedimpl From>
and Into>
for VecDeque
BTree::append(_)
implementedChanges to Rust follow the Rust RFC (request for comments) process. These are the RFCs that were approved for implementation this week:
-C overflow-checks
command line argument.#[repr(pack = "N")]
.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:
#[repr(align = "N")]
.::clone(&t)
where T: Copy
should be equivalent to ptr::read(&t)
.TryFrom
and TryInto
traits.as_millis
function on std::time::Duration
.FusedIterator
marker trait and iter::Fuse
specialization.parse_generics!
and parse_where!
macros.macro_rules!
.lifetime
specifier to macro_rules!
.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!
Cow is still criminally underused in a lot of code bases
I suggest we make a new slogan to remedy this: "To err is human, to moo bovine." (I may or may not have shamelessly stolen this from this bug report)
Thanks to killercup for the suggestion.
Submit your quotes for next week!
https://this-week-in-rust.org/blog/2016/04/25/these-weeks-in-rust-127/
Комментировать | « Пред. запись — К дневнику — След. запись » | Страницы: [1] [Новые] |