-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Nell Shamrell <[email protected]>
- Loading branch information
1 parent
caaeecd
commit 9932099
Showing
2 changed files
with
277 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,277 @@ | ||
Title: This Week in Rust 533 | ||
Number: 533 | ||
Date: 2024-02-07 | ||
Category: This Week in Rust | ||
|
||
Hello and welcome to another issue of *This Week in Rust*! | ||
[Rust](https://www.rust-lang.org/) 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? Tag us at [@ThisWeekInRust](https://twitter.com/ThisWeekInRust) on Twitter or [@ThisWeekinRust](https://mastodon.social/@thisweekinrust) on mastodon.social, or [send us a pull request](https://github.com/rust-lang/this-week-in-rust). | ||
Want to get involved? [We love contributions](https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md). | ||
|
||
*This Week in Rust* is openly developed [on GitHub](https://github.com/rust-lang/this-week-in-rust) and archives can be viewed at [this-week-in-rust.org](https://this-week-in-rust.org/). | ||
If you find any errors in this week's issue, [please submit a PR](https://github.com/rust-lang/this-week-in-rust/pulls). | ||
|
||
## Updates from Rust Community | ||
|
||
<!-- | ||
Dear community contributors: | ||
Please read README.md for guidance on submissions. | ||
Each submitted link should be of the form: | ||
* [Title of the Linked Page](https://example.com/my_article) | ||
If you don't know which category to use, feel free to submit a PR anyway | ||
and just ask the editors to select the category. | ||
--> | ||
|
||
### Official | ||
|
||
### Foundation | ||
|
||
### Newsletters | ||
|
||
### Project/Tooling Updates | ||
|
||
### Observations/Thoughts | ||
|
||
### Rust Walkthroughs | ||
|
||
### Research | ||
|
||
### Miscellaneous | ||
|
||
## Crate of the Week | ||
|
||
<!-- COTW goes here --> | ||
|
||
[Please submit your suggestions and votes for next week][submit_crate]! | ||
|
||
[submit_crate]: https://users.rust-lang.org/t/crate-of-the-week/2704 | ||
|
||
## Call for Participation; projects and speakers | ||
|
||
### CFP - Projects | ||
|
||
Always wanted to contribute to open-source projects but did not 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. | ||
|
||
<!-- CFPs go here, use this format: * [project name - title of issue](link to issue) --> | ||
<!-- * [ - ]() --> | ||
|
||
If you are a Rust project owner and are looking for contributors, please submit tasks [here][guidelines]. | ||
|
||
[guidelines]: https://users.rust-lang.org/t/twir-call-for-participation/4821 | ||
|
||
### CFP - Speakers | ||
|
||
Are you a new or experienced speaker looking for a place to share something cool? This section highlights events that are being planned and are accepting submissions to join their event as a speaker. | ||
|
||
<!-- CFPs go here, use this format: * [**event name**](link to CFP)| Date CFP closes in YYYY-MM-DD | city,state,country | Date of event in YYYY-MM-DD --> | ||
<!-- or if none - *No Calls for papers or presentations were submitted this week.* --> | ||
|
||
If you are an event organizer hoping to expand the reach of your event, please submit a link to the submission website through a [PR to TWiR](https://github.com/rust-lang/this-week-in-rust). | ||
|
||
## Updates from the Rust Project | ||
|
||
<!-- Rust updates go here --> | ||
|
||
### Rust Compiler Performance Triage | ||
|
||
<!-- Perf results go here --> | ||
|
||
### [Approved RFCs](https://github.com/rust-lang/rfcs/commits/master) | ||
|
||
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These | ||
are the RFCs that were approved for implementation this week: | ||
|
||
<!-- Approved RFCs go here, use this format: * [Topic](URL) --> | ||
<!-- or if none were approved this week, use: * *No RFCs were approved this week.* --> | ||
<!-- * []() --> | ||
|
||
<!-- | ||
### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html) | ||
<!~~ MCPs occur infrequently, so this section is commented out by default. ~~> | ||
<!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~> | ||
--> | ||
|
||
### Final Comment Period | ||
|
||
Every week, [the team](https://www.rust-lang.org/team.html) announces the 'final comment period' for RFCs and key PRs | ||
which are reaching a decision. Express your opinions now. | ||
|
||
#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period) | ||
|
||
<!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) --> | ||
<!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* --> | ||
<!-- * [disposition: ] []() --> | ||
|
||
#### [Tracking Issues & PRs](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc) | ||
|
||
<!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) --> | ||
<!-- or if none entered FCP this week, use: * *No Tracking Issues or PRs entered Final Comment Period this week.* --> | ||
<!-- * [disposition: ] []() --> | ||
|
||
### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc) | ||
<!-- Remove this section if empty> | ||
### [Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc) | ||
<!-- Remove this section if empty> | ||
### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls) | ||
<!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) --> | ||
<!-- or if there are no new or updated RFCs this week, use: * *No New or Updated RFCs were created this week.* --> | ||
<!-- * [new|updated] []() --> | ||
|
||
### [Call for Testing](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing) | ||
An important step for RFC implementation is for people to experiment with the | ||
implementation and give feedback, especially before stabilization. The following | ||
RFCs would benefit from user testing before moving forward: | ||
|
||
<!-- Calls for Testing go here, use this format: | ||
* [<RFC Topic>](<RFC URL>) | ||
* [Tracking Issue](<Tracking Issue URL>) | ||
* [Testing steps](<Testing Steps URL>) | ||
--> | ||
<!-- or if there are no new or updated RFCs this week, use: * *No New or Updated RFCs were created this week.* --> | ||
<!-- Remember to remove the `call-for-testing` label from the RFC so that the maintainer can signal for testers again, if desired. --> | ||
|
||
If you are a feature implementer and would like your RFC to appear on the above list, add the new `call-for-testing` | ||
label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature | ||
need testing. | ||
|
||
## Upcoming Events | ||
|
||
Rusty Events between 2024-02-07 - 2024-03-06 🦀 | ||
|
||
### Virtual | ||
|
||
* 2024-01-31 | Virtual (Cardiff, UK) | [Rust and C++ Cardiff](https://www.meetup.com/rust-and-c-plus-plus-in-cardiff/) | ||
* [**Rust for Rustaceans Book Club launch!**](https://www.meetup.com/rust-and-c-plus-plus-in-cardiff/events/298563633/) | ||
* 2024-02-01 | Virtual + In Person (Barcelona, ES) | [BcnRust](https://www.meetup.com/es-ES/bcnrust/) | ||
* [**12th BcnRust Meetup**](https://www.meetup.com/es-ES/bcnrust/events/297439924/) - [Stream](https://www.youtube.com/@bcnrust) | ||
* 2024-02-01 | Virtual (Berlin, DE) | [OpenTechSchool Berlin](https://berline.rs/) + [Rust Berlin](https://www.meetup.com/rust-berlin/) | ||
* [**Rust Hack n Learn**](https://meet.jit.si/RustHackAndLearnBerlin) | [**Mirror: Rust Hack n Learn**](https://www.meetup.com/rust-berlin/events/298457951/) | ||
* 2024-02-03 | Virtual + In-person (Brussels, BE) | [FOSDEM 2024](https://fosdem.org/2024/) | ||
* [**FOSDEM Conference: Rust devroom - talks**](https://fosdem.org/2024/schedule/track/rust/) | ||
* 2024-02-03 | Virtual (Kampala, UG) | [Rust Circle](https://www.eventbrite.com/o/rust-circle-kampala-65249289033) | ||
* [**Rust Circle Meetup**](https://www.eventbrite.com/e/rust-circle-meetup-tickets-628763176587?aff=ebdsoporgprofile) | ||
* 2024-02-04 | Virtual | [Rust Maven](https://meet-os.com/group/1) | ||
* [**Web development with Rocket - In English**](https://meet-os.com/event/1) | ||
* 2024-02-07 | Virtual (Indianapolis, IN, US) | [Indy Rust](https://www.meetup.com/indyrs/) | ||
* [**Indy.rs - Ezra Singh - How Rust Saved My Eyes**](https://www.meetup.com/indyrs/events/298641965/) | ||
* 2024-02-08 | Virtual (Charlottesville, NC, US) | [Charlottesville Rust Meetup](https://www.meetup.com/charlottesville-rust-meetup/) | ||
* [**Crafting Interpreters in Rust Collaboratively**](https://www.meetup.com/charlottesville-rust-meetup/events/298251149/) | ||
* 2024-02-08 | Virtual (Nürnberg, DE) | [Rust Nüremberg](https://www.meetup.com/rust-noris/) | ||
* [**Rust Nürnberg online**](https://www.meetup.com/rust-noris/events/297945246/) | ||
* 2024-02-10 | Virtual (Krakow, PL) | [Stacja IT Kraków](https://www.meetup.com/stacja-it-krakow/) | ||
* [**Rust – budowanie narzędzi działających w linii komend**](https://www.meetup.com/stacja-it-krakow/events/298303129/) | ||
* 2024-02-10 | Virtual (Wrocław, PL) | [Stacja IT Wrocław](https://www.meetup.com/stacja-it-wroclaw/) | ||
* [**Rust – budowanie narzędzi działających w linii komend**](https://www.meetup.com/stacja-it-wroclaw/events/298303130/) | ||
* 2024-02-13 | Virtual (Dallas, TX, US) | [Dallas Rust](https://www.meetup.com/dallasrust/) | ||
* [**Second Tuesday**](https://www.meetup.com/dallasrust/events/298341575/) | ||
* 2024-02-15 | Virtual (Berlin, DE) | [OpenTechSchool Berlin](https://berline.rs/) + [Rust Berlin](https://www.meetup.com/rust-berlin/) | ||
* [**Rust Hack n Learn**](https://meet.jit.si/RustHackAndLearnBerlin) | [**Mirror: Rust Hack n Learn**](https://www.meetup.com/rust-berlin/events/298457899/) | ||
* 2024-02-15 | Virtual + In person (Praha, CZ) | [Rust Czech Republic](https://www.meetup.com/rust-czech-republic/) | ||
* [**Introduction and Rust in production**](https://www.meetup.com/rust-czech-republic/events/298605120/) | ||
* 2024-02-21 | Virtual (Vancouver, BC, CA) | [Vancouver Rust](https://www.meetup.com/vancouver-rust/) | ||
* [**Rust Study/Hack/Hang-out**](https://www.meetup.com/vancouver-rust/events/292763497/) | ||
* 2024-02-22 | Virtual (Charlottesville, NC, US) | [Charlottesville Rust Meetup](https://www.meetup.com/charlottesville-rust-meetup/) | ||
* [**Crafting Interpreters in Rust Collaboratively**](https://www.meetup.com/charlottesville-rust-meetup/events/298251150/) | ||
|
||
### Asia | ||
|
||
* 2024-02-10 | Hyderabad, IN | [Rust Language Hyderabad](https://www.meetup.com/rust-hyderabad/) | ||
* [**Rust Language Develope BootCamp**](https://www.meetup.com/rust-hyderabad/events/298687498/) | ||
|
||
### Europe | ||
|
||
* 2024-02-01 | Hybrid (Barcelona, ES) | [BcnRust](https://www.meetup.com/es-ES/bcnrust/) | ||
* [**12th BcnRust Meetup**](https://www.meetup.com/es-ES/bcnrust/events/297439924/) | ||
* 2024-02-03 | Brussels, BE | [FOSDEM '24](https://fosdem.org/2024/) | ||
* [**FOSDEM '24 Conference: Rust devroom - talks**](https://fosdem.org/2024/schedule/track/rust/) | [**Rust Aarhus FOSDEM Meetup**](https://www.meetup.com/rust-aarhus/events/295946777/) | ||
* 2024-02-03 | Nürnberg, BY, DE | [Paessler Rust Camp 2024](https://www.meetup.com/paessler-rust-camp-2024/) | ||
* [**Paessler Rust Camp 2024**](https://www.meetup.com/paessler-rust-camp-2024/events/298603948) | ||
* 2024-02-05 | Brussels, BE | [Belgium Rust user group](https://www.meetup.com/fr-FR/belgium-rust-user-group/) | ||
* [**Post-FOSDEM Rust meetup @ Vrije Universiteit Brussel**](https://www.meetup.com/fr-FR/belgium-rust-user-group/events/298754029/) | ||
* 2024-02-06 | Bremen, DE | [Rust Meetup Bremen](https://www.linkedin.com/company/rust-meetup-bremen/) | ||
* [**Rust Meetup Bremen [1]**](https://www.linkedin.com/events/rustmeetupbremen-17153350929486868481/) | ||
* 2024-02-07 | Cologne, DE | [Rust Cologne](https://www.meetup.com/rustcologne/) | ||
* [**Embedded Abstractions**](https://www.meetup.com/rustcologne/events/298913201/) | [**Event page**](https://rust.cologne/2024/02/07/embedded-hal.html) | ||
* 2024-02-07 | London, UK | [Rust London User Group](https://www.meetup.com/rust-london-user-group/) | ||
* [**Rust for the Web — Mainmatter x Shuttle Takeover**](https://www.meetup.com/rust-london-user-group/events/298413388/) | ||
* 2024-02-08 | Bern, CH | [Rust Bern](https://www.meetup.com/rust-bern/) | ||
* [**Rust Bern Meetup #1 2024 🦀**](https://www.meetup.com/rust-bern/events/298488858/) | ||
* 2024-02-15 | Praha, CZ - Virtual + In-person | [Rust Czech Republic](https://www.meetup.com/rust-czech-republic/) | ||
* [**Introduction and Rust in production**](https://www.meetup.com/rust-czech-republic/events/298605120/) | ||
* 2024-02-21 | Lyon, FR | [Rust Lyon](https://www.meetup.com/fr-FR/rust-lyon/) | ||
* [**Rust Lyon Meetup #8**](https://www.meetup.com/fr-FR/rust-lyon/events/298775631/) | ||
* 2024-02-22 | Aarhus, DK | [Rust Aarhus](https://www.meetup.com/rust-aarhus/) | ||
* [**Rust and Talk at Partisia**](https://www.meetup.com/rust-aarhus/events/298689622/) | ||
|
||
### North America | ||
|
||
* 2024-02-07 | Brookline, MA, US | [Boston Rust Meetup](https://www.meetup.com/bostonrust/) | ||
* [**Coolidge Corner Brookline Rust Lunch, Feb 7**](https://www.meetup.com/bostonrust/events/297635028/) | ||
* 2024-02-08 | Lehi, UT, US | [Utah Rust](https://www.meetup.com/utah-rust/) | ||
* [**BEAST: Recreating a classic DOS terminal game in Rust**](https://www.meetup.com/utah-rust/events/298888955/) | ||
* 2024-02-12 | Minneapolis, MN, US | [Minneapolis Rust Meetup](https://www.meetup.com/minneapolis-rust-meetup/) | ||
* [**Minneapolis Rust: Open Source Contrib Hackathon & Happy Hour**](https://www.meetup.com/minneapolis-rust-meetup/events/297760219/) | ||
* 2024-02-13 | New York, NY, US | [Rust NYC](https://www.meetup.com/rust-nyc/) | ||
* [**Rust NYC Monthly Mixer**](https://www.meetup.com/rust-nyc/events/298593474/) | ||
* 2024-02-13 | Seattle, WA, US | [Cap Hill Rust Coding/Hacking/Learning](https://www.meetup.com/cap-hill-rust/) | ||
* [**Rusty Coding/Hacking/Learning Night**](https://www.meetup.com/cap-hill-rust/events/296564994/) | ||
* 2024-02-15 | Boston, MA, US | [Boston Rust Meetup](https://www.meetup.com/bostonrust/) | ||
* [**Back Bay Rust Lunch, Feb 15**](https://www.meetup.com/bostonrust/events/297635043/) | ||
* 2024-02-15 | Seattle, WA, US | [Seattle Rust User Group](https://www.meetup.com/seattle-rust-user-group/) | ||
* [**Seattle Rust User Group Meetup**](https://www.meetup.com/seattle-rust-user-group/events/298631774/) | ||
* 2024-02-20 | San Francisco, CA, US | [San Francisco Rust Study Group](https://www.meetup.com/san-francisco-rust-study-group/) | ||
* [**Rust Hacking in Person**](https://www.meetup.com/san-francisco-rust-study-group/events/298603354/) | ||
* 2024-02-28 | Austin, TX, US | [Rust ATX](https://www.meetup.com/rust-atx/) | ||
* [**Rust Lunch - Fareground**](https://www.meetup.com/rust-atx/events/297380841/) | ||
|
||
### Oceania | ||
|
||
* 2024-02-06 | Perth, WA, AU | [Perth Rust Meetup Group](https://www.meetup.com/perth-rust-meetup-group/) | ||
* [**Rust Feb 2024 Meetup**](https://www.meetup.com/perth-rust-meetup-group/events/297330668/) | ||
* 2024-02-27 | Canberra, ACT, AU | [Canberra Rust User Group](https://www.meetup.com/rust-canberra/) | ||
* [**February Meetup**](https://www.meetup.com/rust-canberra/events/297650401/) | ||
* 2024-02-27 | Sydney, NSW, AU | [Rust Sydney](https://www.meetup.com/rust-sydney/) | ||
* [**🦀 spire ⚡ & Quick**](https://www.meetup.com/rust-sydney/events/298892952/) | ||
|
||
If 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][community] for access. | ||
|
||
[calendar]: https://www.google.com/calendar/embed?src=apd9vmbc22egenmtu5l6c5jbfc%40group.calendar.google.com | ||
[community]: mailto:[email protected] | ||
|
||
## Jobs | ||
<!-- | ||
Rust Jobs: | ||
TWiR has stopped featuring individual job postings. You can read more about this change here: | ||
https://github.com/rust-lang/this-week-in-rust/issues/3412 | ||
--> | ||
|
||
Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE) | ||
|
||
# Quote of the Week | ||
|
||
<!-- QOTW goes here --> | ||
|
||
[Please submit quotes and vote for next week!](https://users.rust-lang.org/t/twir-quote-of-the-week/328) | ||
|
||
*This Week in Rust is edited by: [nellshamrell](https://github.com/nellshamrell), [llogiq](https://github.com/llogiq), [cdmistman](https://github.com/cdmistman), [ericseppanen](https://github.com/ericseppanen), [extrawurst](https://github.com/extrawurst), [andrewpollack](https://github.com/andrewpollack), [U007D](https://github.com/U007D), [kolharsam](https://github.com/kolharsam), [joelmarcey](https://github.com/joelmarcey), [mariannegoldin](https://github.com/mariannegoldin), [bennyvasquez](https://github.com/bennyvasquez).* | ||
|
||
*Email list hosting is sponsored by [The Rust Foundation](https://foundation.rust-lang.org/)* | ||
|
||
<small>[Discuss on r/rust](REDDIT_LINK_HERE)</small> |