parent
6eacb4febf
commit
d3573bc979
|
@ -31,10 +31,6 @@ and just ask the editors to select the category.
|
|||
* [Announcing Rust 1.71.0](https://blog.rust-lang.org/2023/07/13/Rust-1.71.0.html)
|
||||
* [Rustc Trait System Refactor Initiative Update](https://blog.rust-lang.org/inside-rust/2023/07/17/trait-system-refactor-initiative.html)
|
||||
|
||||
### Foundation
|
||||
|
||||
### Newsletters
|
||||
|
||||
### Project/Tooling Updates
|
||||
* [rust-analyzer changelog #190](https://rust-analyzer.github.io/thisweek/2023/07/17/changelog-190.html)
|
||||
* [Generating terminal user interfaces with Ratatui + ChatGPT](https://blog.orhun.dev/ratatui-0-22-0/)
|
||||
|
@ -52,20 +48,18 @@ and just ask the editors to select the category.
|
|||
* [How `rustdoc` achieves a genius design](https://blog.goose.love/posts/rustdoc/)
|
||||
* [ESP32 Standard Library Embedded Rust: GPIO Control](https://apollolabsblog.hashnode.dev/esp32-standard-library-embedded-rust-gpio-control)
|
||||
* [Rust vs Julia in scientific computing](https://mo8it.com/blog/rust-vs-julia/)
|
||||
|
||||
* [Writing a toy DNS resolver in Rust](https://stace.dev/writing-a-dns-resolver/)
|
||||
|
||||
### Rust Walkthroughs
|
||||
[series] [Rust multi crate monorepo microservices series with Kafka, Apache Avro, OpenTelemetry tracing](https://medium.com/@omprakashsridharan/rust-multi-module-microservices-part-1-introduction-fb0121f1d541)
|
||||
|
||||
* [series] [Rust multi crate monorepo microservices series with Kafka, Apache Avro, OpenTelemetry tracing](https://medium.com/@omprakashsridharan/rust-multi-module-microservices-part-1-introduction-fb0121f1d541)
|
||||
* [The easiest way to speed up Python with Rust](https://pythonspeed.com/articles/easiest-rust-python/)
|
||||
* [Writing an AI Chatbot in Rust and Solid.js](https://thetechtrailblazer.blog/2023/07/18/writing-an-ai-chatbot-in-rust-and-solid-js/)
|
||||
* [Simple Rust Function Macros](https://antoniosbarotsis.github.io/posts/simple_rust_macros/)
|
||||
* [Updated fluvio SQL sink connector (repo)](https://github.com/infinyon/sql-connector) | [Walkthrough of deduplication on write using upsert function](https://infinyon.com/blog/2023/07/sql-upsert/)
|
||||
* [video] [Rust Releases! Rust 1.71.0](https://youtu.be/8DG1V9nNYeg)
|
||||
* [ratatui 0.22.0 is released! (community fork of tui-rs)](https://github.com/tui-rs-revival/ratatui/releases/tag/v0.22.0)
|
||||
|
||||
[Asynchronous Rust on Cortex-M Microcontrollers](https://interrupt.memfault.com/blog/embedded-async-rust)
|
||||
* [Asynchronous Rust on Cortex-M Microcontrollers](https://interrupt.memfault.com/blog/embedded-async-rust)
|
||||
|
||||
### Research
|
||||
* [RustSmith: Random Differential Compiler Testing for Rust](https://www.doc.ic.ac.uk/~afd/homepages/papers/pdfs/2023/ISSTA-tool.pdf)
|
||||
|
@ -291,7 +285,7 @@ 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)
|
||||
Please see the latest [Who's Hiring thread on r/rust](https://www.reddit.com/r/rust/comments/14zmcpw/official_rrust_whos_hiring_thread_for_jobseekers/)
|
||||
|
||||
# Quote of the Week
|
||||
|
||||
|
@ -307,4 +301,4 @@ Thanks to [Arthur Rodrigues](https://users.rust-lang.org/t/twir-quote-of-the-wee
|
|||
|
||||
*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/154hc2a/this_week_in_rust_504/)</small>
|
|
@ -0,0 +1,213 @@
|
|||
Title: This Week in Rust 505
|
||||
Number: 505
|
||||
Date: 2023-07-26
|
||||
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
|
||||
|
||||
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
|
||||
|
||||
## 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: ] []() -->
|
||||
|
||||
### [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 2023-07-26 - 2023-08-23 🦀
|
||||
|
||||
### Virtual
|
||||
|
||||
* 2023-07-19 | Virtual (Vancouver, BC, CA) | [Vancouver Rust](https://www.meetup.com/vancouver-rust/)
|
||||
* [**Rust Study/Hack/Hang-out**](https://www.meetup.com/vancouver-rust/events/292763486)
|
||||
* 2023-07-20 | Virtual (Tehran, IR) | [Iran Rust Meetup](https://rust-meetup.ir/)
|
||||
* [**Iran Rust Meetup #12 - Ownership and Memory management**](https://rust-meetup.ir/2023/07/20/12th-meetup.html)
|
||||
* 2023-07-24 | Virtual (Toronto, CA) | [Programming Languages Virtual Meetup](https://www.meetup.com/programming-languages-toronto-meetup/)
|
||||
* [**Crafting Interpreters Chapter 18: Types of Values**](https://www.meetup.com/programming-languages-toronto-meetup/events/294616842)
|
||||
* 2023-07-25 | Virtual (Dallas, TX, US) | [Dallas Rust](https://www.meetup.com/dallas-rust/)
|
||||
* [**Last Tuesday**](https://www.meetup.com/dallas-rust/events/qndgwsyfckbhc/)
|
||||
* 2023-07-25 | Virtual (Dublin, IE) | [Rust Dublin](https://www.meetup.com/Rust-Dublin/)
|
||||
* [**Ruff. An extremely fast Python linter, written in Rust**](https://www.meetup.com/Rust-Dublin/events/294557256/)
|
||||
* 2023-07-26 | Virtual (Cardiff, UK)| [Rust and C++ Cardiff](https://www.meetup.com/rust-and-c-plus-plus-in-cardiff)
|
||||
* [**The unreasonable power of combinator APIs**](https://www.meetup.com/rust-and-c-plus-plus-in-cardiff/events/294748626)
|
||||
* 2023-07-27 | 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/ngnwftyfckbkc/)
|
||||
* 2023-07-28 | Virtual (Tunis, TN) | [Rust Meetup Tunisia](https://www.meetup.com/rust-tunisia/)
|
||||
* [**Rust Meetup Tunisia - Volume I, Number IV**](https://www.meetup.com/rust-tunisia/events/294664236/)
|
||||
* 2023-08-01 | Virtual (Berlin, DE) | [OpenTechSchool Berlin](https://www.meetup.com/opentechschool-berlin/)
|
||||
* [**Rust Hack and Learn**](https://www.meetup.com/opentechschool-berlin/events/zdrzpsyfclbcb/)
|
||||
* 2023-08-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/lsjbbtyfclbcb//)
|
||||
* 2023-08-08 | Virtual (Dallas, TX, US) | [Dallas Rust](https://www.meetup.com/dallas-rust/)
|
||||
* [**Second Tuesday**](https://www.meetup.com/dallas-rust/events/vndgwsyfclblb/)
|
||||
* 2023-08-15 | Virtual (Berlin, DE) | [OpenTechSchool Berlin](https://www.meetup.com/opentechschool-berlin/)
|
||||
* [**Rust Hack and Learn**](https://www.meetup.com/opentechschool-berlin/events/zdrzpsyfclbtb/)
|
||||
* 2023-08-16 | Virtual (Vancouver, BC, CA) | [Vancouver Rust](https://www.meetup.com/vancouver-rust/)
|
||||
* [**Rust Study/Hack/Hang-out**](https://www.meetup.com/vancouver-rust/events/kmhpftyfclbvb/)
|
||||
|
||||
### Asia
|
||||
|
||||
* 2023-07-27 | Seoul, KR | [Rust Programming Meetup Seoul](https://www.meetup.com/rust-seoul-meetup/)
|
||||
* [**Seoul Rust Meetup**](https://www.meetup.com/rust-seoul-meetup/events/294832771/)
|
||||
|
||||
### Europe
|
||||
|
||||
* 2023-07-21 | Nuremberg, DE | [Rust Nuremberg](https://www.meetup.com/rust-noris/)
|
||||
* [**Rust Nuremberg Get Together #2**](https://www.meetup.com/rust-noris/events/293823522/)
|
||||
|
||||
### North America
|
||||
|
||||
* 2023-07-27 | Mountain View, CA, US | [Mountain View Rust Meetup](https://www.meetup.com/mv-rust-meetup/)
|
||||
* [**Rust Meetup at Hacker Dojo**](https://www.meetup.com/mv-rust-meetup/events/294911462/)
|
||||
* 2023-08-10 | Mountain View, CA, US | [Mountain View Rust Meetup](https://www.meetup.com/mv-rust-meetup/)
|
||||
* [**Rust Meetup at Hacker Dojo**](https://www.meetup.com/mv-rust-meetup/events/294911475/)
|
||||
* 2023-08-15 | Seattle, WA, US | [Seattle Rust User Group Meetup](https://www.meetup.com/seattle-rust-user-group/)
|
||||
* [**Seattle Rust User Group - August Meetup**](https://www.meetup.com/seattle-rust-user-group/events/294804636/)
|
||||
|
||||
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
|
||||
|
||||
## 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>
|
Loading…
Reference in New Issue