Post-464 publishing, draft creation 465 (#3730)
This commit is contained in:
parent
a964851a54
commit
a7823639d4
|
@ -27,12 +27,6 @@ and just ask the editors to select the category.
|
|||
|
||||
-->
|
||||
|
||||
### Official
|
||||
|
||||
### Foundation
|
||||
|
||||
### Newsletters
|
||||
|
||||
### Project/Tooling Updates
|
||||
* [rust-analyzer changelog #150](https://rust-analyzer.github.io/thisweek/2022/10/10/changelog-150.html)
|
||||
* [IntelliJ Rust Changelog #180](https://intellij-rust.github.io/2022/10/10/changelog-180.html)
|
||||
|
@ -42,7 +36,6 @@ and just ask the editors to select the category.
|
|||
* [rustc_codegen_gcc: Progress Report #16](https://blog.antoyo.xyz/rustc_codegen_gcc-progress-report-16)
|
||||
* [Fyrox 0.28 Feature Highlights](https://fyrox.rs/blog/post/feature-highlights-0-28/)
|
||||
* [zerocal - A Serverless Calendar App in Rust Running on shuttle.rs](https://endler.dev/2022/zerocal/)
|
||||
|
||||
* [Announcing error-stack v0.2](https://hash.dev/blog/error-stack-update-0-2)
|
||||
|
||||
### Observations/Thoughts
|
||||
|
@ -59,8 +52,6 @@ and just ask the editors to select the category.
|
|||
* [video] [Fast Rest API - Rust + Actix Web (2022)](https://www.youtube.com/watch?v=Ziq3vu63pAU)
|
||||
* [Using C libraries in your Rust project](https://tweedegolf.nl/nl/blog/74/using-c-libraries-in-your-rust-project)
|
||||
|
||||
### Research
|
||||
|
||||
### Miscellaneous
|
||||
* [Call for Papers: Rust Nation UK Conference 2023 (Deadline 2022-10-31)](https://www.rustnationuk.com/call-for-papers)
|
||||
* [audio] [What's New in Rust 1.62, 1.63, and 1.64 :: Rustacean Station](https://rustacean-station.org/episode/rust-1.62-1.63-1.64/)
|
||||
|
@ -309,6 +300,7 @@ Rusty Events between 2022-10-12 - 2022-11-09 🦀
|
|||
* [**Second Tuesday**](https://www.meetup.com/dallas-rust/events/vndgwsydcpblb/)
|
||||
* 2022-11-08 | Virtual (Stockholm, SE) | [Func Prog Sweden](https://www.meetup.com/func-prog-sweden/)
|
||||
* [**Tenth Func Prog Sweden MeetUp 2022 – Online (with "Ready for Rust" by Erik Dörnenburg)**](https://www.meetup.com/func-prog-sweden/events/288323896/)
|
||||
|
||||
### Europe
|
||||
|
||||
* 2022-10-12 | Berlin, DE | [Rust Berlin](https://www.meetup.com/rust-berlin/)
|
||||
|
@ -372,7 +364,7 @@ https://github.com/rust-lang/this-week-in-rust/issues/3412
|
|||
|
||||
## Jobs
|
||||
|
||||
Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE)
|
||||
Please see the latest [Who's Hiring thread on r/rust](https://www.reddit.com/r/rust/comments/xldzbl/official_rrust_whos_hiring_thread_for_jobseekers/)
|
||||
|
||||
# Quote of the Week
|
||||
|
||||
|
@ -396,4 +388,4 @@ Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE)
|
|||
|
||||
*Email list hosting is sponsored by [The Rust Foundation](https://foundation.rust-lang.org/)*
|
||||
|
||||
<small>[Discuss on r/rust](REDDIT_LINK_HERE)</small>
|
||||
<small>[Discuss on r/rust](https://www.reddit.com/r/rust/comments/y2jh7g/this_week_in_rust_464/)</small>
|
|
@ -0,0 +1,213 @@
|
|||
Title: This Week in Rust 465
|
||||
Number: 465
|
||||
Date: 2022-10-19
|
||||
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? Tweet us at [@ThisWeekInRust](https://twitter.com/ThisWeekInRust) 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).
|
||||
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
|
||||
|
||||
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][guidelines].
|
||||
|
||||
[guidelines]: https://users.rust-lang.org/t/twir-call-for-participation/4821
|
||||
|
||||
## Updates from the Rust Project
|
||||
|
||||
<!-- Rust updates go here -->
|
||||
|
||||
### Rust Compiler Performance Triage
|
||||
|
||||
<!-- Perf results go here -->
|
||||
|
||||
### Call 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:
|
||||
|
||||
<!-- Pre-Stabilization RFCs go here -->
|
||||
|
||||
<!-- RFC and FCP sections go here -->
|
||||
|
||||
## Upcoming Events
|
||||
|
||||
Rusty Events between 2022-10-19 - 2022-11-16 🦀
|
||||
|
||||
### Virtual
|
||||
|
||||
* 2022-10-12 | Virtual (Cardiff, UK) | [Rust and C++ Cardiff](https://www.meetup.com/rust-and-c-plus-plus-in-cardiff/)
|
||||
* [**Rust and C++ Cardiff Virtual Meet**](https://www.meetup.com/rust-and-c-plus-plus-in-cardiff/events/288154536/)
|
||||
* 2022-10-12 | Virtual (Erlangen, DE) | [Rust Franken](https://www.meetup.com/rust-nerf/)
|
||||
* [**Rust Franken Meetup #4**](https://www.meetup.com/rust-nerf/events/288723552/)
|
||||
* 2022-10-12 | Virtual (San Francisco, CA, US / Redmond, WA, US / New York, NY, US / Toronto, CA / London, UK) | [Microsoft Reactor San Francisco](https://www.meetup.com/microsoft-reactor-san-francisco/)
|
||||
* [**Getting Started with Rust: Building Rust Projects**](https://www.meetup.com/microsoft-reactor-san-francisco/events/288475796/) | [**Redmond Mirror**](https://www.meetup.com/microsoft-reactor-redmond/events/288475797/) | [**New York Mirror**](https://www.meetup.com/microsoft-reactor-new-york/events/288475794/) | [**Toronto Mirror**](https://www.meetup.com/microsoft-reactor-toronto/events/288475799/) | [**London Mirror**](https://www.meetup.com/microsoft-reactor-london/events/288475801/)
|
||||
* 2022-10-13 | Virtual (Berlin, DE) | [EuroRust](https://eurorust.eu/)
|
||||
* [**EuroRust (Oct 13-14)**](https://eurorust.eu/schedule)
|
||||
* 2022-10-15 | Virtual (Nürnberg, DE) | [Rust Nuremberg](https://www.meetup.com/rust-noris/)
|
||||
* [**Deep Dive Session 2 (CuteCopter): Reverse Engineering a tiny drone**](https://www.meetup.com/rust-noris/events/287347851/)
|
||||
* 2022-10-18 | Virtual (Myrtle Point, OR, US) | [#EveryoneCanContribute Cafe](https://www.meetup.com/everyonecancontribute-cafe/)
|
||||
* [**Cloud Native: KubeCon NA - expectations, learnings, etc. -- incl. WebAssembly and Containers -- OpenTelemetry + Rust**](https://www.meetup.com/everyonecancontribute-cafe/events/287161943/)
|
||||
* 2022-10-18 | Virtual (Washington, DC, US) | [Rust DC](https://www.meetup.com/rustdc/)
|
||||
* [**Mid-month Rustful—Impractical Rust: The HATETRIS World Record**](https://www.meetup.com/rustdc/events/vdhxgsydcnbxb/)
|
||||
* 2022-10-19 | Virtual (Boulder, CO, US) | [Boulder Elixir and Rust](https://www.meetup.com/boulder-elixir-rust/)
|
||||
* [**Monthly Meetup**](https://www.meetup.com/boulder-elixir-rust/events/zvxcsrydcnbqb/)
|
||||
* 2022-10-19 | Virtual (Chennai, IN) | [Techceleration at Toyota Connected](https://www.meetup.com/techceleration/)
|
||||
* [**Techceleration's! Let's Talk Tech! Rust | BreakTheCode Contest - 14th Edition**](https://www.meetup.com/techceleration/events/288942414/)
|
||||
* 2022-10-19 | Virtual (Vancouver, BC, CA) | [Vancouver Rust](https://www.meetup.com/vancouver-rust/)
|
||||
* [**Rapid Prototyping in Rust: Write fast like Python; Run fast like C**](https://www.meetup.com/vancouver-rust/events/288641106/)
|
||||
* 2022-10-19 | Virtual | [Boston NoSQL Database Group (ScyllaDB)](https://www.meetup.com/meetup-group-boston-nosql-database-group/)
|
||||
* [**p99 Conf: All Things Performance (including talks on Rust) - Free**](https://www.meetup.com/meetup-group-boston-nosql-database-group/events/288464419/) | [**Official conference page**](https://www.p99conf.io)
|
||||
* 2022-10-20 | Virtual (México City, MX) | [Rust MX](https://www.meetup.com/rust-mx/)
|
||||
* [**Graphul, un web framework escrito en Rust**](https://www.meetup.com/rust-mx/events/289023645/)
|
||||
* 2022-10-20 | Virtual (Stuttgart, DE) | [Rust Community Stuttgart](https://www.meetup.com/Rust-Community-Stuttgart/)
|
||||
* [**Rust-Meetup**](https://www.meetup.com/rust-community-stuttgart/events/qtvtvsydcnbbc/)
|
||||
* 2022-10-25 | Virtual (Berlin, DE) | [OpenTechSchool Berlin](https://www.meetup.com/opentechschool-berlin/)
|
||||
* [**Rust Hack and Learn**](https://www.meetup.com/opentechschool-berlin/events/288925790/)
|
||||
* 2022-10-25 | Virtual (Dallas, TX, US) | [Dallas Rust](https://www.meetup.com/Dallas-Rust/)
|
||||
* [**Last Tuesday**](https://www.meetup.com/dallas-rust/events/qndgwsydcnbhc/)
|
||||
* 2022-10-26 | Virtual (Redmond, WA, US / New York, NY, US / Toronto, CA / Stockholm, SE) | [Microsoft Reactor Redmond](https://www.meetup.com/microsoft-reactor-redmond/)
|
||||
* [**Your First Rust Project: Rust Basics**](https://www.meetup.com/microsoft-reactor-redmond/events/288475815/) | [**New York Mirror**](https://www.meetup.com/microsoft-reactor-new-york/events/288475839/) | [**Toronto Mirror**](https://www.meetup.com/microsoft-reactor-toronto/events/288475818/) | [**Stockholm Mirror**](https://www.meetup.com/microsoft-reactor-stockholm/events/288475819/)
|
||||
* 2022-10-27 | Virtual (Charlottesville, VA, US) | [Charlottesville Rust Meetup](https://www.meetup.com/charlottesville-rust-meetup/)
|
||||
* [**Using Applicative Functors to parse command line options**](https://www.meetup.com/charlottesville-rust-meetup/events/288867237/)
|
||||
* 2022-10-27 | Karlsruhe, DE | [The Karlsruhe Functional Programmers Meetup Group](https://www.meetup.com/the-karlsruhe-functional-programmers-meetup-group/)
|
||||
* [**Stammtisch (gemeinsam mit der C++ UG KA) (various topics, from C++ to Rust...)**](https://www.meetup.com/the-karlsruhe-functional-programmers-meetup-group/events/288972651/)
|
||||
* 2022-11-01 | Virtual (Buffalo, NY, US) | [Buffalo Rust Meetup](https://www.meetup.com/buffalo-rust-meetup/)
|
||||
* [**Buffalo Rust User Group, First Tuesdays**](https://www.meetup.com/buffalo-rust-meetup/events/hlgvxsydcpbcb/)
|
||||
* 2022-11-02 | Virtual (Indianapolis, IN, US) | [Indy Rust](https://www.meetup.com/indyrs/)
|
||||
* [**Indy.rs - with Social Distancing**](https://www.meetup.com/indyrs/events/qwtdjsydcpbdb/)
|
||||
* 2022-11-02 | Virtual (Redmond, WA, US / San Francisco, SF, US / New York, NY, US / Toronto, CA / London, UK) | [Microsoft Reactor Redmond](https://www.meetup.com/microsoft-reactor-redmond/)
|
||||
* [**Getting Started with Rust: From Java Dev to Rust Developer**](https://www.meetup.com/microsoft-reactor-redmond/events/288475833/) | [**San Francisco Mirror**](https://www.meetup.com/microsoft-reactor-san-francisco/events/288475838/) | [**New York Mirror**](https://www.meetup.com/microsoft-reactor-new-york/events/288475839/) | [**Toronto Mirror**](https://www.meetup.com/microsoft-reactor-toronto/events/288475836/) | [**London Mirror**](https://www.meetup.com/microsoft-reactor-london/events/288475832/)
|
||||
* 2022-11-02 | Virtual (Cardiff, UK) | [Rust and C++ Cardiff](https://www.meetup.com/rust-and-c-plus-plus-in-cardiff/)
|
||||
* [**Rust and C++ Cardiff Virtual Meet**](https://www.meetup.com/rust-and-c-plus-plus-in-cardiff/events/289052285/)
|
||||
* 2022-11-08 | Virtual (Dallas, TX, US) | [Dallas Rust](https://www.meetup.com/Dallas-Rust/)
|
||||
* [**Second Tuesday**](https://www.meetup.com/dallas-rust/events/vndgwsydcpblb/)
|
||||
* 2022-11-08 | Virtual (Stockholm, SE) | [Func Prog Sweden](https://www.meetup.com/func-prog-sweden/)
|
||||
* [**Tenth Func Prog Sweden MeetUp 2022 – Online (with "Ready for Rust" by Erik Dörnenburg)**](https://www.meetup.com/func-prog-sweden/events/288323896/)
|
||||
|
||||
### Europe
|
||||
|
||||
* 2022-10-12 | Berlin, DE | [Rust Berlin](https://www.meetup.com/rust-berlin/)
|
||||
* [**Rust and Tell - EuroRust B-Sides**](https://www.meetup.com/rust-berlin/events/288175448/)
|
||||
* 2022-10-12 | Cologne, DE | [Rust Cologne](https://www.meetup.com/rustcologne/events)
|
||||
* [**Iterators in Rust**](https://www.meetup.com/rustcologne/events/288977470/)
|
||||
* 2022-10-13 | Berlin, DE + Virtual | [EuroRust](https://eurorust.eu/)
|
||||
* [**EuroRust (Oct 13-14)**](https://eurorust.eu/schedule)
|
||||
* 2022-10-13 | Roma, IT | [Rust Roma](https://www.meetup.com/rust-roma/)
|
||||
* [**GraphQL server with Rust #Aperitech**](https://www.meetup.com/rust-roma/events/289022361/)
|
||||
* 2022-10-20 | London, UK | [Rust London User Group](https://www.meetup.com/rust-london-user-group/)
|
||||
* [**Rust London x JFrog SwampUP After Party**](https://www.meetup.com/rust-london-user-group/events/289027990/)
|
||||
* 2022-10-25 | Paris, FR | [Rust Paris](https://www.meetup.com/rust-paris/)
|
||||
* [**Rust Paris meetup #53**](https://www.meetup.com/rust-paris/events/288735204/)
|
||||
* 2022-10-26 | London, UK | [Rust London User Group](https://www.meetup.com/rust-london-user-group/)
|
||||
* [**LDN Talks October 2022: Host by Amazon Prime Video**](https://www.meetup.com/rust-london-user-group/events/289023932/)
|
||||
* 2022-10-27 | København, DK | [Copenhagen Rust Group](https://cph.rs/)
|
||||
* [**Hack Night #30**](https://www.meetup.com/copenhagen-rust-meetup-group/events/288179125/)
|
||||
|
||||
### North America
|
||||
|
||||
* 2022-10-13 | Columbus, OH, US | [Columbus Rust Society](https://www.meetup.com/columbus-rs/)
|
||||
* [**Monthly Meeting**](https://www.meetup.com/columbus-rs/events/dpkhgrydcnbrb/)
|
||||
* 2022-10-18 | 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/wjkjssydcnbxb/)
|
||||
* 2022-10-20 | New York, NY, US | [Rust NYC](https://www.meetup.com/rust-nyc/)
|
||||
* [**Anyhow ? Turbofish ::<> / HTTP calls and errors in Rust.**](https://www.meetup.com/rust-nyc/events/288756215/)
|
||||
* 2022-10-20 | New York, NY, US | [Cloud Native New York](https://www.meetup.com/cloud-native-new-york/)
|
||||
* [**Cloud-native Search Engine for Log Management and Analytics.**](https://www.meetup.com/cloud-native-new-york/events/288818963/)
|
||||
* 2022-10-25 | Toronto, ON, CA | [Rust Toronto](https://www.meetup.com/rust-toronto/)
|
||||
* [**Rust DHCP**](https://www.meetup.com/rust-toronto/events/288589539/)
|
||||
* 2022-10-27 | Lehi, UT, US | [Utah Rust](https://www.meetup.com/utah-rust/)
|
||||
* [**Bevy Crash Course with Nathan and Food!**](https://www.meetup.com/utah-rust/events/dsbpxsydcnbkc/)
|
||||
|
||||
### Oceania
|
||||
|
||||
* 2022-10-20 | Brisbane, QLD, AU | [Rust Brisbane](https://www.meetup.com/rust-brisbane/)
|
||||
* [**October Meetup**](https://www.meetup.com/rust-brisbane/events/289041763/)
|
||||
* 2022-10-20 | Wellington, NZ | [Rust Wellington](https://www.meetup.com/rust-wellington/)
|
||||
* [**Tune Up Edition: software engineering management**](https://www.meetup.com/rust-wellington/events/288738684/)
|
||||
* 2022-11-09 | Sydney, NSW, AU | [Rust Sydney](https://www.meetup.com/rust-sydney/)
|
||||
* [**RustAU Sydney - Last physical for 2022 !**](https://www.meetup.com/rust-sydney/events/289061840/)
|
||||
|
||||
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:community-team@rust-lang.org
|
||||
|
||||
|
||||
<!--
|
||||
|
||||
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
|
||||
|
||||
-->
|
||||
|
||||
## Jobs
|
||||
|
||||
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>
|
Loading…
Reference in New Issue