Skip to content

Commit 2ed4953

Browse files
authored
Merge pull request #1940 from cdmistman/master
News and Blog Posts - TWiR 385
2 parents 02ace00 + 8ad5afd commit 2ed4953

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

draft/2021-04-14-this-week-in-rust.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,54 @@ If you find any errors in this week's issue, [please submit a PR](https://github
1717
No papers/research projects this week.
1818

1919
### Official
20+
* [Brainstorming Async Rust's Shiny Future](https://blog.rust-lang.org/2021/04/14/async-vision-doc-shiny-future.html)
21+
* [Foundation] [Introducing Florian Gilcher](https://foundation.rust-lang.org/posts/2021-04-08-introducing-florian-gilcher/)
22+
* [Foundation] [Introducing Peixin Hou](https://foundation.rust-lang.org/posts/2021-04-08-introducing-peixin-hou/)
2023

2124
### Newsletters
25+
* [This Month in Rust GameDev #20 - March 2021](https://gamedev.rs/news/020/)
2226

2327
### Project/Tooling Updates
28+
* [Progress report on rustc_codegen_cranelift (April 2021)](https://bjorn3.github.io/2021/04/13/progress-report-april-2021.html)
29+
* [IntelliJ Rust: Updates for 2021.1](https://blog.jetbrains.com/rust/2021/04/08/intellij-rust-updates-for-2021-1/)
30+
* [IntelliJ Rust Changelog #145](https://intellij-rust.github.io/2021/04/12/changelog-145.html)
31+
* [rust-analyzer Changelog #72](https://rust-analyzer.github.io/thisweek/2021/04/12/changelog-72.html)
32+
* [Buttplug Rust v3.0 Released: Less is Less](https://nonpolynomial.com/2021/04/11/buttplug-rust-v3-0-released-less-is-less/)
33+
* [Ballista has been donated to the Apache Arrow project](https://www.reddit.com/r/rust/comments/mo63t3/ballista_has_been_donated_to_the_apache_arrow/)
2434

2535
### Observations/Thoughts
36+
* [Rust in Production: MeiliSearch](https://serokell.io/blog/rust-in-production-meilisearch)
37+
* [Rust is for Professionals](https://gregoryszorc.com/blog/2021/04/13/rust-is-for-professionals/)
38+
* [Rust async is colored, and that's not a big deal](https://morestina.net/blog/1686/rust-async-is-colored)
39+
* [Using Rust for Scientific Numerical applications: Learning from Past Experiences](https://blog.esciencecenter.nl/using-rust-for-scientific-numerical-applications-learning-from-past-experiences-798665d9f9f0)
40+
* [PlaintDB Servers - another milestone reached](https://dev.to/ecton/plaintdb-serves-another-milestone-reached-kl3)
41+
* [Why Rust for Robots?](https://dev.to/tangramvision/why-rust-for-robots-4nmd)
42+
* [Integrating const-generics to nalgebra 0.26](https://www.dimforge.com/blog/2021/04/12/integrating-const-generics-to-nalgebra/)
2643
* [podcast] [Building with Rust: Tim McNamara on Rust in Action](https://anchor.fm/building-with-rust/episodes/Building-with-Rust-Tim-McNamara-on-Rust-in-Action-eugoal/a-a1ptlh) [[transcript]](https://github.com/seanchen1991/building-with-rust/blob/main/transcripts/002.md)
2744

2845
### Rust Walkthroughs
2946
* [Build an End-to-End Encrypted messaging app in rust, with the Ockam crate, in this step by step guide.](https://github.com/ockam-network/ockam/tree/develop/documentation/guides/rust/get-started#readme)
3047
* [Introducing easy-cast](https://kas-gui.github.io/blog/easy-cast.html)
48+
* [Why Rust strings seem hard](https://www.brandons.me/blog/why-rust-strings-seem-hard)
49+
* [Rust shenanigans: return type polymporphism](https://loige.co/rust-shenanigans-return-type-polymorphism/)
50+
* [Writing Neovim plugins in Rust](https://blog.usejournal.com/a-detailed-guide-to-writing-your-first-neovim-plugin-in-rust-a81604c606b1)
51+
* [A zero-overhead linked list in Rust](https://aloso.github.io/2021/04/12/linked-list.html)
52+
* [Integrating Rust into Python](https://www.vortexa.com/insight/integrating-rust-into-python)
53+
* [Setting Up a gRPC Protobuf Server With Tonic](https://dev.to/transienterror/setting-up-a-grpc-protobuf-server-with-tonic-218e)
54+
* [Getting started with Kafka and Rust: Part 2](https://dev.to/abhirockzz/getting-started-with-kafka-and-rust-part-2-354f)
55+
* [Rust lib error management, multiple enum approach](http://www.tglman.com/posts/rust_lib_error_management.html)
56+
* [Asynchronous streams in Rust (part 2) - Cancelling expired requests](https://gendignoux.com/blog/2021/04/08/rust-async-streams-futures-part2.html)
57+
* [series] [Engaging Warp: REST API with Rust](https://dev.to/rogertorres/series/12179)
3158
* [ZH] [series] [Build GraphQL services based on Async Rust using tide + async-graphql + mongodb (基于 Async Rust 构建 GraphQL 服务,使用 tide + async-graphql + mongodb) - Part 1](https://blog.budshome.com/budshome/gou-jian-rust-yi-bu-graphql-fu-wu-:ji-yu-tide-+-async-graphql-+-mongodb(1)--qi-bu-ji-crate-xuan-ze)
59+
* [video] [Flocking Boids in Rust: With Piston vs Tetra vs Amethyst vs Bevy](https://youtu.be/e0n9v565HR4)
3260

3361
### Miscellaneous
62+
* [Rust, not Firefox, is Mozilla's greatest industry contribution](https://www.techrepublic.com/article/rust-not-firefox-is-mozillas-greatest-industry-contribution/)
63+
* [AWS's Shane Miller to head the newly created Rust Foundation](https://www.zdnet.com/article/awss-shane-miller-to-head-the-newly-created-rust-foundation/)
64+
* [[RFC] Rust support for Linux kernel](https://lkml.org/lkml/2021/4/14/1023)
65+
* [A look at LLVM - comparing clamp implementations](https://secret.club/2021/04/09/std-clamp.html)
66+
* [Tokio-uring design proposal](https://www.reddit.com/r/rust/comments/mmz1sg/tokiouring_design_proposal/)
67+
* [Google is now writing low-level Android code in Rust](https://arstechnica.com/gadgets/2021/04/google-is-now-writing-low-level-android-code-in-rust/)
3468

3569
# Crate of the Week
3670

0 commit comments

Comments
 (0)