You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: atom.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -43,14 +43,14 @@ If you find any errors in this week's issue, <a href="https://github.com/rust
43
43
<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>
44
44
<li><a href="https://noxim.xyz/blog/rust-ch32v003/">Rust on the CH32V003</a></li>
45
45
<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>
47
46
<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>
48
47
<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>
<li>[video] <a href="https://youtu.be/y_nGGbM2eaU">Rust Wasm-Bindgen in 2 Minutes: Bridging the Gap Between WASM &amp; JavaScript</a></li>
53
52
<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 &amp; JavaScript</a></li>
54
54
</ul>
55
55
<h2 id="crate-of-the-week"><a class="toclink" href="#crate-of-the-week">Crate of the Week</a></h2>
56
56
<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>
<p><em>Email list hosting is sponsored by <a href="https://foundation.rust-lang.org/">The Rust Foundation</a></em></p>
445
-
<p><small><a href="REDDIT_LINK_HERE">Discuss on r/rust</a></small></p></content><categoryterm="This Week in Rust"></category></entry><entry><title>This Week in Rust 488</title><linkhref="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><summarytype="html"><p>Hello and welcome to another issue of <em>This Week in Rust</em>!
445
+
<p><small><a href="https://www.reddit.com/r/rust/comments/12d4s34/this_week_in_rust_489/">Discuss on r/rust</a></small></p></content><categoryterm="This Week in Rust"></category></entry><entry><title>This Week in Rust 488</title><linkhref="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><summarytype="html"><p>Hello and welcome to another issue of <em>This Week in Rust</em>!
446
446
<a href="https://www.rust-lang.org/">Rust</a> is a programming language empowering everyone to build reliable and efficient software.
447
447
This is a weekly summary of its progress and community.
448
448
Want something mentioned? Tag us at <a href="https://twitter.com/ThisWeekInRust">@ThisWeekInRust</a> on Twitter or <a href="https://mastodon.social/@thisweekinrust">@ThisWeekinRust</a> on mastodon.social, or <a href="https://github.com/rust-lang/this-week-in-rust">send …</a></p></summary><contenttype="html"><p>Hello and welcome to another issue of <em>This Week in Rust</em>!
<li><ahref="https://blog.urth.org/2023/03/05/cross-compiling-rust-projects-in-github-actions/">Cross Compiling Rust Projects in GitHub Actions</a></li>
93
93
<li><ahref="https://noxim.xyz/blog/rust-ch32v003/">Rust on the CH32V003</a></li>
94
94
<li><ahref="https://www.arunma.com/2023/04/02/build-your-own-countminsketch-in-rust/">Build your own CountMinSketch in Rust</a></li>
95
-
<li>[ZH] <ahref="https://wubingzheng.github.io/build-lua-in-rust/zh/">Build a Lua interpreter in Rust</a></li>
96
95
<li><ahref="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>
97
96
<li><ahref="https://predr.ag/blog/definitive-guide-to-sealed-traits-in-rust/">A definitive guide to sealed traits in Rust</a></li>
97
+
<li>[ZH] <ahref="https://wubingzheng.github.io/build-lua-in-rust/zh/">Build a Lua interpreter in Rust</a></li>
Copy file name to clipboardExpand all lines: categories/this-week-in-rust/atom.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -43,14 +43,14 @@ If you find any errors in this week's issue, <a href="https://github.com/rust
43
43
<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>
44
44
<li><a href="https://noxim.xyz/blog/rust-ch32v003/">Rust on the CH32V003</a></li>
45
45
<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>
47
46
<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>
48
47
<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>
<li>[video] <a href="https://youtu.be/y_nGGbM2eaU">Rust Wasm-Bindgen in 2 Minutes: Bridging the Gap Between WASM &amp; JavaScript</a></li>
53
52
<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 &amp; JavaScript</a></li>
54
54
</ul>
55
55
<h2 id="crate-of-the-week"><a class="toclink" href="#crate-of-the-week">Crate of the Week</a></h2>
56
56
<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>
<p><em>Email list hosting is sponsored by <a href="https://foundation.rust-lang.org/">The Rust Foundation</a></em></p>
445
-
<p><small><a href="REDDIT_LINK_HERE">Discuss on r/rust</a></small></p></content><categoryterm="This Week in Rust"></category></entry><entry><title>This Week in Rust 488</title><linkhref="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><summarytype="html"><p>Hello and welcome to another issue of <em>This Week in Rust</em>!
445
+
<p><small><a href="https://www.reddit.com/r/rust/comments/12d4s34/this_week_in_rust_489/">Discuss on r/rust</a></small></p></content><categoryterm="This Week in Rust"></category></entry><entry><title>This Week in Rust 488</title><linkhref="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><summarytype="html"><p>Hello and welcome to another issue of <em>This Week in Rust</em>!
446
446
<a href="https://www.rust-lang.org/">Rust</a> is a programming language empowering everyone to build reliable and efficient software.
447
447
This is a weekly summary of its progress and community.
448
448
Want something mentioned? Tag us at <a href="https://twitter.com/ThisWeekInRust">@ThisWeekInRust</a> on Twitter or <a href="https://mastodon.social/@thisweekinrust">@ThisWeekinRust</a> on mastodon.social, or <a href="https://github.com/rust-lang/this-week-in-rust">send …</a></p></summary><contenttype="html"><p>Hello and welcome to another issue of <em>This Week in Rust</em>!
Copy file name to clipboardExpand all lines: categories/this-week-in-rust/rss.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -40,14 +40,14 @@ If you find any errors in this week's issue, <a href="https://github.com/rust
40
40
<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>
41
41
<li><a href="https://noxim.xyz/blog/rust-ch32v003/">Rust on the CH32V003</a></li>
42
42
<li><a href="https://www.arunma.com/2023/04/02/build-your-own-countminsketch-in-rust/">Build your own CountMinSketch in Rust</a></li>
43
-
<li>[ZH] <a href="https://wubingzheng.github.io/build-lua-in-rust/zh/">Build a Lua interpreter in Rust</a></li>
44
43
<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>
45
44
<li><a href="https://predr.ag/blog/definitive-guide-to-sealed-traits-in-rust/">A definitive guide to sealed traits in Rust</a></li>
45
+
<li>[ZH] <a href="https://wubingzheng.github.io/build-lua-in-rust/zh/">Build a Lua interpreter in Rust</a></li>
<li>[video] <a href="https://youtu.be/y_nGGbM2eaU">Rust Wasm-Bindgen in 2 Minutes: Bridging the Gap Between WASM &amp; JavaScript</a></li>
50
49
<li><a href="https://microsoft.github.io/rust-for-dotnet-devs/latest/">Rust for C#/.NET Developers</a></li>
50
+
<li>[video] <a href="https://youtu.be/y_nGGbM2eaU">Rust Wasm-Bindgen in 2 Minutes: Bridging the Gap Between WASM &amp; JavaScript</a></li>
51
51
</ul>
52
52
<h2 id="crate-of-the-week"><a class="toclink" href="#crate-of-the-week">Crate of the Week</a></h2>
53
53
<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>
<p><em>Email list hosting is sponsored by <a href="https://foundation.rust-lang.org/">The Rust Foundation</a></em></p>
442
-
<p><small><a href="REDDIT_LINK_HERE">Discuss on r/rust</a></small></p></description><dc:creatorxmlns:dc="http://purl.org/dc/elements/1.1/">TWiR Contributors</dc:creator><pubDate>Wed, 05 Apr 2023 00:00:00 -0400</pubDate><guidisPermaLink="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><p>Hello and welcome to another issue of <em>This Week in Rust</em>!
442
+
<p><small><a href="https://www.reddit.com/r/rust/comments/12d4s34/this_week_in_rust_489/">Discuss on r/rust</a></small></p></description><dc:creatorxmlns:dc="http://purl.org/dc/elements/1.1/">TWiR Contributors</dc:creator><pubDate>Wed, 05 Apr 2023 00:00:00 -0400</pubDate><guidisPermaLink="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><p>Hello and welcome to another issue of <em>This Week in Rust</em>!
443
443
<a href="https://www.rust-lang.org/">Rust</a> is a programming language empowering everyone to build reliable and efficient software.
444
444
This is a weekly summary of its progress and community.
445
445
Want something mentioned? Tag us at <a href="https://twitter.com/ThisWeekInRust">@ThisWeekInRust</a> on Twitter or <a href="https://mastodon.social/@thisweekinrust">@ThisWeekinRust</a> on mastodon.social, or <a href="https://github.com/rust-lang/this-week-in-rust">send us a pull request</a>.
0 commit comments