Skip to content

Commit 184365c

Browse files
committed
publishing
1 parent aec6cd3 commit 184365c

File tree

9 files changed

+24
-24
lines changed

9 files changed

+24
-24
lines changed

atom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ If you find any errors in this week's issue, <a href="https://github.com/rust
4343
<li><a href="https://blog.urth.org/2023/03/05/cross-compiling-rust-projects-in-github-actions/">Cross Compiling Rust Projects in GitHub Actions</a></li>
4444
<li><a href="https://noxim.xyz/blog/rust-ch32v003/">Rust on the CH32V003</a></li>
4545
<li><a href="https://www.arunma.com/2023/04/02/build-your-own-countminsketch-in-rust/">Build your own CountMinSketch in Rust</a></li>
46-
<li>[ZH] <a href="https://wubingzheng.github.io/build-lua-in-rust/zh/">Build a Lua interpreter in Rust</a></li>
4746
<li><a href="https://towardsdatascience.com/nine-rules-for-creating-fast-safe-and-compatible-data-structures-in-rust-part-1-c0973092e0a3">Nine Rules for Creating Fast, Safe, and Compatible Data Structures in Rust (Part 1): Lessons from RangeSetBlaze</a></li>
4847
<li><a href="https://predr.ag/blog/definitive-guide-to-sealed-traits-in-rust/">A definitive guide to sealed traits in Rust</a></li>
48+
<li>[ZH] <a href="https://wubingzheng.github.io/build-lua-in-rust/zh/">Build a Lua interpreter in Rust</a></li>
4949
</ul>
5050
<h3 id="miscellaneous"><a class="toclink" href="#miscellaneous">Miscellaneous</a></h3>
5151
<ul>
52-
<li>[video] <a href="https://youtu.be/y_nGGbM2eaU">Rust Wasm-Bindgen in 2 Minutes: Bridging the Gap Between WASM & JavaScript</a></li>
5352
<li><a href="https://microsoft.github.io/rust-for-dotnet-devs/latest/">Rust for C#/.NET Developers</a></li>
53+
<li>[video] <a href="https://youtu.be/y_nGGbM2eaU">Rust Wasm-Bindgen in 2 Minutes: Bridging the Gap Between WASM & JavaScript</a></li>
5454
</ul>
5555
<h2 id="crate-of-the-week"><a class="toclink" href="#crate-of-the-week">Crate of the Week</a></h2>
5656
<p>This week's crate is <a href="https://github.com/pouriya/keshvar">keshvar</a>, a library providing a host of information on every country.</p>
@@ -442,7 +442,7 @@ https://github.com/rust-lang/this-week-in-rust/issues/3412
442442
<p><a href="https://users.rust-lang.org/t/twir-quote-of-the-week/328">Please submit quotes and vote for next week!</a></p>
443443
<p><em>This Week in Rust is edited by: <a href="https://github.com/nellshamrell">nellshamrell</a>, <a href="https://github.com/llogiq">llogiq</a>, <a href="https://github.com/cdmistman">cdmistman</a>, <a href="https://github.com/ericseppanen">ericseppanen</a>, <a href="https://github.com/extrawurst">extrawurst</a>, <a href="https://github.com/andrewpollack">andrewpollack</a>, <a href="https://github.com/U007D">U007D</a>, <a href="https://github.com/kolharsam">kolharsam</a>, <a href="https://github.com/joelmarcey">joelmarcey</a>, <a href="https://github.com/mariannegoldin">mariannegoldin</a>, <a href="https://github.com/bennyvasquez">bennyvasquez</a>.</em></p>
444444
<p><em>Email list hosting is sponsored by <a href="https://foundation.rust-lang.org/">The Rust Foundation</a></em></p>
445-
&lt;p&gt;&lt;small&gt;&lt;a href="REDDIT_LINK_HERE"&gt;Discuss on r/rust&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;</content><category term="This Week in Rust"></category></entry><entry><title>This Week in Rust 488</title><link href="https://this-week-in-rust.org/blog/2023/03/29/this-week-in-rust-488/" rel="alternate"></link><published>2023-03-29T00:00:00-04:00</published><updated>2023-03-29T00:00:00-04:00</updated><author><name>TWiR Contributors</name></author><id>tag:this-week-in-rust.org,2023-03-29:/blog/2023/03/29/this-week-in-rust-488/</id><summary type="html">&lt;p&gt;Hello and welcome to another issue of &lt;em&gt;This Week in Rust&lt;/em&gt;!
445+
&lt;p&gt;&lt;small&gt;&lt;a href="https://www.reddit.com/r/rust/comments/12d4s34/this_week_in_rust_489/"&gt;Discuss on r/rust&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;</content><category term="This Week in Rust"></category></entry><entry><title>This Week in Rust 488</title><link href="https://this-week-in-rust.org/blog/2023/03/29/this-week-in-rust-488/" rel="alternate"></link><published>2023-03-29T00:00:00-04:00</published><updated>2023-03-29T00:00:00-04:00</updated><author><name>TWiR Contributors</name></author><id>tag:this-week-in-rust.org,2023-03-29:/blog/2023/03/29/this-week-in-rust-488/</id><summary type="html">&lt;p&gt;Hello and welcome to another issue of &lt;em&gt;This Week in Rust&lt;/em&gt;!
446446
&lt;a href="https://www.rust-lang.org/"&gt;Rust&lt;/a&gt; is a programming language empowering everyone to build reliable and efficient software.
447447
This is a weekly summary of its progress and community.
448448
Want something mentioned? Tag us at &lt;a href="https://twitter.com/ThisWeekInRust"&gt;@ThisWeekInRust&lt;/a&gt; on Twitter or &lt;a href="https://mastodon.social/@thisweekinrust"&gt;@ThisWeekinRust&lt;/a&gt; on mastodon.social, or &lt;a href="https://github.com/rust-lang/this-week-in-rust"&gt;send …&lt;/a&gt;&lt;/p&gt;</summary><content type="html">&lt;p&gt;Hello and welcome to another issue of &lt;em&gt;This Week in Rust&lt;/em&gt;!

blog/2023/04/05/this-week-in-rust-489/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,14 @@ <h3 id="rust-walkthroughs"><a class="toclink" href="#rust-walkthroughs">Rust Wal
9292
<li><a href="https://blog.urth.org/2023/03/05/cross-compiling-rust-projects-in-github-actions/">Cross Compiling Rust Projects in GitHub Actions</a></li>
9393
<li><a href="https://noxim.xyz/blog/rust-ch32v003/">Rust on the CH32V003</a></li>
9494
<li><a href="https://www.arunma.com/2023/04/02/build-your-own-countminsketch-in-rust/">Build your own CountMinSketch in Rust</a></li>
95-
<li>[ZH] <a href="https://wubingzheng.github.io/build-lua-in-rust/zh/">Build a Lua interpreter in Rust</a></li>
9695
<li><a href="https://towardsdatascience.com/nine-rules-for-creating-fast-safe-and-compatible-data-structures-in-rust-part-1-c0973092e0a3">Nine Rules for Creating Fast, Safe, and Compatible Data Structures in Rust (Part 1): Lessons from RangeSetBlaze</a></li>
9796
<li><a href="https://predr.ag/blog/definitive-guide-to-sealed-traits-in-rust/">A definitive guide to sealed traits in Rust</a></li>
97+
<li>[ZH] <a href="https://wubingzheng.github.io/build-lua-in-rust/zh/">Build a Lua interpreter in Rust</a></li>
9898
</ul>
9999
<h3 id="miscellaneous"><a class="toclink" href="#miscellaneous">Miscellaneous</a></h3>
100100
<ul>
101-
<li>[video] <a href="https://youtu.be/y_nGGbM2eaU">Rust Wasm-Bindgen in 2 Minutes: Bridging the Gap Between WASM &amp; JavaScript</a></li>
102101
<li><a href="https://microsoft.github.io/rust-for-dotnet-devs/latest/">Rust for C#/.NET Developers</a></li>
102+
<li>[video] <a href="https://youtu.be/y_nGGbM2eaU">Rust Wasm-Bindgen in 2 Minutes: Bridging the Gap Between WASM &amp; JavaScript</a></li>
103103
</ul>
104104
<h2 id="crate-of-the-week"><a class="toclink" href="#crate-of-the-week">Crate of the Week</a></h2>
105105
<p>This week's crate is <a href="https://github.com/pouriya/keshvar">keshvar</a>, a library providing a host of information on every country.</p>
@@ -491,7 +491,7 @@ <h1 id="quote-of-the-week"><a class="toclink" href="#quote-of-the-week">Quote of
491491
<p><a href="https://users.rust-lang.org/t/twir-quote-of-the-week/328">Please submit quotes and vote for next week!</a></p>
492492
<p><em>This Week in Rust is edited by: <a href="https://github.com/nellshamrell">nellshamrell</a>, <a href="https://github.com/llogiq">llogiq</a>, <a href="https://github.com/cdmistman">cdmistman</a>, <a href="https://github.com/ericseppanen">ericseppanen</a>, <a href="https://github.com/extrawurst">extrawurst</a>, <a href="https://github.com/andrewpollack">andrewpollack</a>, <a href="https://github.com/U007D">U007D</a>, <a href="https://github.com/kolharsam">kolharsam</a>, <a href="https://github.com/joelmarcey">joelmarcey</a>, <a href="https://github.com/mariannegoldin">mariannegoldin</a>, <a href="https://github.com/bennyvasquez">bennyvasquez</a>.</em></p>
493493
<p><em>Email list hosting is sponsored by <a href="https://foundation.rust-lang.org/">The Rust Foundation</a></em></p>
494-
<p><small><a href="REDDIT_LINK_HERE">Discuss on r/rust</a></small></p>
494+
<p><small><a href="https://www.reddit.com/r/rust/comments/12d4s34/this_week_in_rust_489/">Discuss on r/rust</a></small></p>
495495
</article>
496496

497497
<nav class="post-neighbors">

categories/this-week-in-rust/atom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ If you find any errors in this week's issue, &lt;a href="https://github.com/rust
4343
&lt;li&gt;&lt;a href="https://blog.urth.org/2023/03/05/cross-compiling-rust-projects-in-github-actions/"&gt;Cross Compiling Rust Projects in GitHub Actions&lt;/a&gt;&lt;/li&gt;
4444
&lt;li&gt;&lt;a href="https://noxim.xyz/blog/rust-ch32v003/"&gt;Rust on the CH32V003&lt;/a&gt;&lt;/li&gt;
4545
&lt;li&gt;&lt;a href="https://www.arunma.com/2023/04/02/build-your-own-countminsketch-in-rust/"&gt;Build your own CountMinSketch in Rust&lt;/a&gt;&lt;/li&gt;
46-
&lt;li&gt;[ZH] &lt;a href="https://wubingzheng.github.io/build-lua-in-rust/zh/"&gt;Build a Lua interpreter in Rust&lt;/a&gt;&lt;/li&gt;
4746
&lt;li&gt;&lt;a href="https://towardsdatascience.com/nine-rules-for-creating-fast-safe-and-compatible-data-structures-in-rust-part-1-c0973092e0a3"&gt;Nine Rules for Creating Fast, Safe, and Compatible Data Structures in Rust (Part 1): Lessons from RangeSetBlaze&lt;/a&gt;&lt;/li&gt;
4847
&lt;li&gt;&lt;a href="https://predr.ag/blog/definitive-guide-to-sealed-traits-in-rust/"&gt;A definitive guide to sealed traits in Rust&lt;/a&gt;&lt;/li&gt;
48+
&lt;li&gt;[ZH] &lt;a href="https://wubingzheng.github.io/build-lua-in-rust/zh/"&gt;Build a Lua interpreter in Rust&lt;/a&gt;&lt;/li&gt;
4949
&lt;/ul&gt;
5050
&lt;h3 id="miscellaneous"&gt;&lt;a class="toclink" href="#miscellaneous"&gt;Miscellaneous&lt;/a&gt;&lt;/h3&gt;
5151
&lt;ul&gt;
52-
&lt;li&gt;[video] &lt;a href="https://youtu.be/y_nGGbM2eaU"&gt;Rust Wasm-Bindgen in 2 Minutes: Bridging the Gap Between WASM &amp;amp; JavaScript&lt;/a&gt;&lt;/li&gt;
5352
&lt;li&gt;&lt;a href="https://microsoft.github.io/rust-for-dotnet-devs/latest/"&gt;Rust for C#/.NET Developers&lt;/a&gt;&lt;/li&gt;
53+
&lt;li&gt;[video] &lt;a href="https://youtu.be/y_nGGbM2eaU"&gt;Rust Wasm-Bindgen in 2 Minutes: Bridging the Gap Between WASM &amp;amp; JavaScript&lt;/a&gt;&lt;/li&gt;
5454
&lt;/ul&gt;
5555
&lt;h2 id="crate-of-the-week"&gt;&lt;a class="toclink" href="#crate-of-the-week"&gt;Crate of the Week&lt;/a&gt;&lt;/h2&gt;
5656
&lt;p&gt;This week's crate is &lt;a href="https://github.com/pouriya/keshvar"&gt;keshvar&lt;/a&gt;, a library providing a host of information on every country.&lt;/p&gt;
@@ -442,7 +442,7 @@ https://github.com/rust-lang/this-week-in-rust/issues/3412
442442
&lt;p&gt;&lt;a href="https://users.rust-lang.org/t/twir-quote-of-the-week/328"&gt;Please submit quotes and vote for next week!&lt;/a&gt;&lt;/p&gt;
443443
&lt;p&gt;&lt;em&gt;This Week in Rust is edited by: &lt;a href="https://github.com/nellshamrell"&gt;nellshamrell&lt;/a&gt;, &lt;a href="https://github.com/llogiq"&gt;llogiq&lt;/a&gt;, &lt;a href="https://github.com/cdmistman"&gt;cdmistman&lt;/a&gt;, &lt;a href="https://github.com/ericseppanen"&gt;ericseppanen&lt;/a&gt;, &lt;a href="https://github.com/extrawurst"&gt;extrawurst&lt;/a&gt;, &lt;a href="https://github.com/andrewpollack"&gt;andrewpollack&lt;/a&gt;, &lt;a href="https://github.com/U007D"&gt;U007D&lt;/a&gt;, &lt;a href="https://github.com/kolharsam"&gt;kolharsam&lt;/a&gt;, &lt;a href="https://github.com/joelmarcey"&gt;joelmarcey&lt;/a&gt;, &lt;a href="https://github.com/mariannegoldin"&gt;mariannegoldin&lt;/a&gt;, &lt;a href="https://github.com/bennyvasquez"&gt;bennyvasquez&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;
444444
&lt;p&gt;&lt;em&gt;Email list hosting is sponsored by &lt;a href="https://foundation.rust-lang.org/"&gt;The Rust Foundation&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
445-
&lt;p&gt;&lt;small&gt;&lt;a href="REDDIT_LINK_HERE"&gt;Discuss on r/rust&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;</content><category term="This Week in Rust"></category></entry><entry><title>This Week in Rust 488</title><link href="https://this-week-in-rust.org/blog/2023/03/29/this-week-in-rust-488/" rel="alternate"></link><published>2023-03-29T00:00:00-04:00</published><updated>2023-03-29T00:00:00-04:00</updated><author><name>TWiR Contributors</name></author><id>tag:this-week-in-rust.org,2023-03-29:/blog/2023/03/29/this-week-in-rust-488/</id><summary type="html">&lt;p&gt;Hello and welcome to another issue of &lt;em&gt;This Week in Rust&lt;/em&gt;!
445+
&lt;p&gt;&lt;small&gt;&lt;a href="https://www.reddit.com/r/rust/comments/12d4s34/this_week_in_rust_489/"&gt;Discuss on r/rust&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;</content><category term="This Week in Rust"></category></entry><entry><title>This Week in Rust 488</title><link href="https://this-week-in-rust.org/blog/2023/03/29/this-week-in-rust-488/" rel="alternate"></link><published>2023-03-29T00:00:00-04:00</published><updated>2023-03-29T00:00:00-04:00</updated><author><name>TWiR Contributors</name></author><id>tag:this-week-in-rust.org,2023-03-29:/blog/2023/03/29/this-week-in-rust-488/</id><summary type="html">&lt;p&gt;Hello and welcome to another issue of &lt;em&gt;This Week in Rust&lt;/em&gt;!
446446
&lt;a href="https://www.rust-lang.org/"&gt;Rust&lt;/a&gt; is a programming language empowering everyone to build reliable and efficient software.
447447
This is a weekly summary of its progress and community.
448448
Want something mentioned? Tag us at &lt;a href="https://twitter.com/ThisWeekInRust"&gt;@ThisWeekInRust&lt;/a&gt; on Twitter or &lt;a href="https://mastodon.social/@thisweekinrust"&gt;@ThisWeekinRust&lt;/a&gt; on mastodon.social, or &lt;a href="https://github.com/rust-lang/this-week-in-rust"&gt;send …&lt;/a&gt;&lt;/p&gt;</summary><content type="html">&lt;p&gt;Hello and welcome to another issue of &lt;em&gt;This Week in Rust&lt;/em&gt;!

categories/this-week-in-rust/rss.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ If you find any errors in this week's issue, &lt;a href="https://github.com/rust
4040
&lt;li&gt;&lt;a href="https://blog.urth.org/2023/03/05/cross-compiling-rust-projects-in-github-actions/"&gt;Cross Compiling Rust Projects in GitHub Actions&lt;/a&gt;&lt;/li&gt;
4141
&lt;li&gt;&lt;a href="https://noxim.xyz/blog/rust-ch32v003/"&gt;Rust on the CH32V003&lt;/a&gt;&lt;/li&gt;
4242
&lt;li&gt;&lt;a href="https://www.arunma.com/2023/04/02/build-your-own-countminsketch-in-rust/"&gt;Build your own CountMinSketch in Rust&lt;/a&gt;&lt;/li&gt;
43-
&lt;li&gt;[ZH] &lt;a href="https://wubingzheng.github.io/build-lua-in-rust/zh/"&gt;Build a Lua interpreter in Rust&lt;/a&gt;&lt;/li&gt;
4443
&lt;li&gt;&lt;a href="https://towardsdatascience.com/nine-rules-for-creating-fast-safe-and-compatible-data-structures-in-rust-part-1-c0973092e0a3"&gt;Nine Rules for Creating Fast, Safe, and Compatible Data Structures in Rust (Part 1): Lessons from RangeSetBlaze&lt;/a&gt;&lt;/li&gt;
4544
&lt;li&gt;&lt;a href="https://predr.ag/blog/definitive-guide-to-sealed-traits-in-rust/"&gt;A definitive guide to sealed traits in Rust&lt;/a&gt;&lt;/li&gt;
45+
&lt;li&gt;[ZH] &lt;a href="https://wubingzheng.github.io/build-lua-in-rust/zh/"&gt;Build a Lua interpreter in Rust&lt;/a&gt;&lt;/li&gt;
4646
&lt;/ul&gt;
4747
&lt;h3 id="miscellaneous"&gt;&lt;a class="toclink" href="#miscellaneous"&gt;Miscellaneous&lt;/a&gt;&lt;/h3&gt;
4848
&lt;ul&gt;
49-
&lt;li&gt;[video] &lt;a href="https://youtu.be/y_nGGbM2eaU"&gt;Rust Wasm-Bindgen in 2 Minutes: Bridging the Gap Between WASM &amp;amp; JavaScript&lt;/a&gt;&lt;/li&gt;
5049
&lt;li&gt;&lt;a href="https://microsoft.github.io/rust-for-dotnet-devs/latest/"&gt;Rust for C#/.NET Developers&lt;/a&gt;&lt;/li&gt;
50+
&lt;li&gt;[video] &lt;a href="https://youtu.be/y_nGGbM2eaU"&gt;Rust Wasm-Bindgen in 2 Minutes: Bridging the Gap Between WASM &amp;amp; JavaScript&lt;/a&gt;&lt;/li&gt;
5151
&lt;/ul&gt;
5252
&lt;h2 id="crate-of-the-week"&gt;&lt;a class="toclink" href="#crate-of-the-week"&gt;Crate of the Week&lt;/a&gt;&lt;/h2&gt;
5353
&lt;p&gt;This week's crate is &lt;a href="https://github.com/pouriya/keshvar"&gt;keshvar&lt;/a&gt;, a library providing a host of information on every country.&lt;/p&gt;
@@ -439,7 +439,7 @@ https://github.com/rust-lang/this-week-in-rust/issues/3412
439439
&lt;p&gt;&lt;a href="https://users.rust-lang.org/t/twir-quote-of-the-week/328"&gt;Please submit quotes and vote for next week!&lt;/a&gt;&lt;/p&gt;
440440
&lt;p&gt;&lt;em&gt;This Week in Rust is edited by: &lt;a href="https://github.com/nellshamrell"&gt;nellshamrell&lt;/a&gt;, &lt;a href="https://github.com/llogiq"&gt;llogiq&lt;/a&gt;, &lt;a href="https://github.com/cdmistman"&gt;cdmistman&lt;/a&gt;, &lt;a href="https://github.com/ericseppanen"&gt;ericseppanen&lt;/a&gt;, &lt;a href="https://github.com/extrawurst"&gt;extrawurst&lt;/a&gt;, &lt;a href="https://github.com/andrewpollack"&gt;andrewpollack&lt;/a&gt;, &lt;a href="https://github.com/U007D"&gt;U007D&lt;/a&gt;, &lt;a href="https://github.com/kolharsam"&gt;kolharsam&lt;/a&gt;, &lt;a href="https://github.com/joelmarcey"&gt;joelmarcey&lt;/a&gt;, &lt;a href="https://github.com/mariannegoldin"&gt;mariannegoldin&lt;/a&gt;, &lt;a href="https://github.com/bennyvasquez"&gt;bennyvasquez&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;
441441
&lt;p&gt;&lt;em&gt;Email list hosting is sponsored by &lt;a href="https://foundation.rust-lang.org/"&gt;The Rust Foundation&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
442-
&lt;p&gt;&lt;small&gt;&lt;a href="REDDIT_LINK_HERE"&gt;Discuss on r/rust&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">TWiR Contributors</dc:creator><pubDate>Wed, 05 Apr 2023 00:00:00 -0400</pubDate><guid isPermaLink="false">tag:this-week-in-rust.org,2023-04-05:/blog/2023/04/05/this-week-in-rust-489/</guid><category>This Week in Rust</category></item><item><title>This Week in Rust 488</title><link>https://this-week-in-rust.org/blog/2023/03/29/this-week-in-rust-488/</link><description>&lt;p&gt;Hello and welcome to another issue of &lt;em&gt;This Week in Rust&lt;/em&gt;!
442+
&lt;p&gt;&lt;small&gt;&lt;a href="https://www.reddit.com/r/rust/comments/12d4s34/this_week_in_rust_489/"&gt;Discuss on r/rust&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">TWiR Contributors</dc:creator><pubDate>Wed, 05 Apr 2023 00:00:00 -0400</pubDate><guid isPermaLink="false">tag:this-week-in-rust.org,2023-04-05:/blog/2023/04/05/this-week-in-rust-489/</guid><category>This Week in Rust</category></item><item><title>This Week in Rust 488</title><link>https://this-week-in-rust.org/blog/2023/03/29/this-week-in-rust-488/</link><description>&lt;p&gt;Hello and welcome to another issue of &lt;em&gt;This Week in Rust&lt;/em&gt;!
443443
&lt;a href="https://www.rust-lang.org/"&gt;Rust&lt;/a&gt; is a programming language empowering everyone to build reliable and efficient software.
444444
This is a weekly summary of its progress and community.
445445
Want something mentioned? Tag us at &lt;a href="https://twitter.com/ThisWeekInRust"&gt;@ThisWeekInRust&lt;/a&gt; on Twitter or &lt;a href="https://mastodon.social/@thisweekinrust"&gt;@ThisWeekinRust&lt;/a&gt; on mastodon.social, or &lt;a href="https://github.com/rust-lang/this-week-in-rust"&gt;send us a pull request&lt;/a&gt;.

0 commit comments

Comments
 (0)