Skip to content

Commit 21cd931

Browse files
authored
Merge pull request #5869 from ericseppanen/community-562
community links for issue 562
2 parents 43609ad + 315910a commit 21cd931

File tree

1 file changed

+22
-8
lines changed

1 file changed

+22
-8
lines changed

draft/2024-08-28-this-week-in-rust.md

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,35 +30,49 @@ and just ask the editors to select the category.
3030
-->
3131

3232
### Official
33+
* [2024 Leadership Council Survey](https://blog.rust-lang.org/2024/08/26/council-survey.html)
34+
* [Embedded Working Group Community Micro Survey](https://blog.rust-lang.org/inside-rust/2024/08/22/embedded-wg-micro-survey.html)
3335

3436
### Foundation
37+
* [What's in Store at RustConf 2024](https://foundation.rust-lang.org/news/what-s-in-store-at-rustconf-2024/)
3538

3639
### Newsletters
3740

3841
### Project/Tooling Updates
39-
* [Standards for use of unsafe Rust in the kernel](https://lwn.net/Articles/982868/)
40-
41-
- [git-cliff 2.5.0 is released!](https://git-cliff.org/blog/2.5.0)
42-
42+
* [git-cliff 2.5.0 is released!](https://git-cliff.org/blog/2.5.0)
43+
* [Ferrocene 24.08.0 now available!](https://ferrous-systems.com/blog/ferrocene-24-08-0/)
44+
* [Go wild: Wildcard support in Rules and a new open-source wildcard crate](https://blog.cloudflare.com/wildcard-rules/)
45+
* [Why am I writing a Rust compiler in C?](https://notgull.net/announcing-dozer/)
46+
* [Current zlib-rs performance](https://tweedegolf.nl/en/blog/134/current-zlib-rs-performance)
4347
* [Bon builder generator 2.0 release 🎉](https://elastio.github.io/bon/blog/bon-builder-generator-v2-release)
48+
* [Meilisearch 1.10](https://blog.meilisearch.com/meilisearch-1-10/)
4449

45-
* [Meilisearch 1.10 - Federated search, language settings, and improved AI search](https://blog.meilisearch.com/meilisearch-1-10/)
4650

4751
### Observations/Thoughts
52+
* [Rust dylib rabbit holes](https://davidlattimore.github.io/posts/2024/08/27/rust-dylib-rabbit-holes.html)
53+
* [I sped up serde_json strings by 20%](https://purplesyringa.moe/blog/i-sped-up-serde-json-strings-by-20-percent/)
54+
* [Using StringView / German Style Strings to Make Queries Faster: Part 1 - Reading Parquet](https://www.influxdata.com/blog/faster-queries-with-stringview-part-one-influxdb/)
55+
* [Rust as My First Language](https://www.shuttle.rs/blog/2024/08/23/rust-as-my-first-language)
56+
* [Doctests - How were they improved?](https://blog.guillaume-gomez.fr/articles/2024-08-17+Doctests+-+How+were+they+improved%3F)
57+
* [MiniJinja: Learnings from Building a Template Engine in Rust](https://lucumr.pocoo.org/2024/8/27/minijinja/)
58+
* [Standards for use of unsafe Rust in the kernel](https://lwn.net/Articles/982868/)
4859
* [Rust vs C++: A Real-World Perspective (interview with Tyler Weaver)](https://corrode.dev/blog/cpp-rust-interop/)
4960
* [A Piece of UNIX History in Rust](https://howdytx.technology/unix-history-the-dc-calculator/)
50-
5161
* [Why Amazon, Cloduflare and Discord are building servers in Rust but you should probably not](https://kerkour.com/rust-is-bad-for-servers)
5262

5363
### Rust Walkthroughs
64+
* [Let the API protect you](https://www.snoyman.com/blog/2024/08/let-the-api-protect-you/)
65+
* [Packaging a Rust Program for Fedora](https://jrfernandez.com/packaging-rust-program-for-fedora)
66+
* [Building a Bevy Plugin for Rolling Dice](https://blog.erikhorton.com/2024/08/25/building-a-bevy-plugin-for-rolling-dice.html)
67+
* [video] [Implementing a Lox interpreter in Rust](https://www.youtube.com/watch?v=mNOLaw-_Buc)
5468
* [video] [Command line tools: Implementing wc in Rust](https://www.youtube.com/watch?v=eQuSA9kSLAY)
55-
56-
- [video] [Explore Linux TTY, process, signals w/ Rust - Part 1/3 (background info)](https://www.youtube.com/watch?v=bolScvh4x7I)
69+
* [video] [Explore Linux TTY, process, signals w/ Rust - Part 1/3 (background info)](https://www.youtube.com/watch?v=bolScvh4x7I)
5770

5871
### Research
5972
* [On the Impact of Memory Safety on Fast Network I/O](https://ieeexplore.ieee.org/abstract/document/10635971)
6073

6174
### Miscellaneous
75+
* [Can DARPA’s TRACTOR Pull C to Rust for Memory-Safe Overhaul?](https://thenewstack.io/can-darpas-tractor-pull-c-to-rust-for-memory-safe-overhaul/)
6276

6377
* [Crafting a Blockchain in Go and Rust: A Comparative Journey — Private keys, Public Keys and Signatures [Part 1]](https://hashblog.thepolyglotprogrammer.com/crafting-a-blockchain-in-go-and-rust-a-comparative-journey-private-keys-public-keys-and-signatures-part-1)
6478
* [video] [A Multiplatform Mobile Navigation SDK with Rust at the Core](https://www.youtube.com/watch?v=WL0jY51PQR8)

0 commit comments

Comments
 (0)