Hello and welcome to another issue of This Week in Rust! Rust is a programming language empowering everyone to build reliable and efficient software. 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::io::ErrorKind
This week's crate is flowistry, a VS code extension to visualize data flow in Rust code.
Thanks to Willi Kappler for the suggestion!
Please 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.
256 pull requests were merged in the last week
UniqueTypeId
m!{ .. }.method()
and m!{ .. }?
statementsFoo(a: 1, b: 2)
?
operatorsdyn Trait
in const fn
(recv.method)()
#![feature]
for library features that have been stabilizedLrc
for MatchImpl
parentNeedsNonConstDrop
DefPathHash
decoding by using an on-disk hash tableResult::into_ok
in lang_start
<[T; N]>::map
in Sharded
instead of SmallVec
and unsafe codedebug_tuple
abstraction when deriving Debug
for unit-like enum variantsUnsafeCell::get_mut
constconst
drop
OnceCell
initialization closurespanic!("{}", computed_str)
in const fn
AtomicU64
time monotonizerSink
implementation on Scan
while_let_on_iterator
suggestion to use by_ref()
mut_key
same_name_method
A nice week: more improvements than regressions.
Triage done by @pnkfelix. Revision range: 9f85cd6f2..7743c9f
2 Regressions, 4 Improvements, 8 Mixed; ??? of them in rollups
44 comparisons made in total
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.
No RFCs are currently in the final comment period.
*const (), *mut ()
okay for FFIIf you are running a Rust event please add it to the calendar to get it mentioned here. Please remember to add a link to the event too. Email the Rust Community Team for access.
Kollider
Subspace Labs
Oxford Ionics
ChainSafe
Tweet us at @ThisWeekInRust to get your job offers listed here!
the strains of the project have hurt a lot of people over the years and I think maybe the only path to recovery involves getting some distance from it.
Thanks to mmmmib for the suggestion!
Please submit quotes and vote for next week!
This Week in Rust is edited by: nellshamrell, llogiq, and cdmistman.