This Week in Rust
2.5K posts

This Week in Rust
@ThisWeekInRust
Cataloguing the Rust community's awesomeness. Also at https://t.co/nGTNd2tHk4 #rustlang
Pale Blue Dot Присоединился Haziran 2015
31 Подписки33K Подписчики

This week in Rust 627 this-week-in-rust.org/blog/2025/11/2… #rustlang
English

@mempirate Hi there! While this looks cool, we don't feature links that are solely to github repos or crates.io pages (here are our guidelines #projectstooling-updates" target="_blank" rel="nofollow noopener">github.com/rust-lang/this…)
Would you be open to writing up on how you created this and what you learned about Rust in the process?
English

If you've ever had issues with overly verbose metric definitions and usage in Rust, we've got you covered: github.com/chainbound/pro…

English

@lorenzogotuned Hi there! While this looks cool, we don't feature links that are solely to github repos or crates.io pages (here are our guidelines #projectstooling-updates" target="_blank" rel="nofollow noopener">github.com/rust-lang/this…)
Would you be open to writing up on how you created this and what you learned about Rust in the process?
English

I ported nanochat to Rust:
Model Architecture
Multi-layer Transformer: N stacked decoder blocks with pre-norm residual connections
Rotary Position Embeddings (RoPE): Replaces learned positional encodings with rotary embeddings for better length generalization
Multi-Query Attention (MQA): Reduces KV cache size by sharing key/value heads across query heads
RMSNorm: Parameter-free normalization for stability (instead of LayerNorm)
QK-norm: Normalizes queries and keys before attention to prevent numerical instability
ReLU² MLP: Uses ReLU(x)² activation for better gradient flow on GPUs
Softcap Logits: Bounds output logits using tanh(x/15)*15 to prevent extreme values
#LLMs
#llmstack
github.com/tuned-org-uk/n…
English

@rustcareers Hi there! This is certainly cool and we would love to feature it, but we need a little more Rust specific content. Would you be open to writing up how you created this game - assuming it's written in Rust?
English

@djamware @rustlang @RustTrending @rust_foundation @read_rust Thanks for submitting this, apologies that I missed it last week. Could you consider opening a pull request with this link to make sure that we see it? github.com/rust-lang/this…
English

@unwoundstack Hi Michael! Thank you for bringing that to our attention! Would you mind submitting that link in a pull request here github.com/rust-lang/this…?
English

@ThisWeekInRust How to build a Rust integration test suite for a binary package that supports fixture setup & teardown and async test functions: unwoundstack.com/blog/integrati…
English

@_opeolluwa Thank you so much for your contributions! It is so helpful!
English

As I curate what I ought for this week's issue @ @ThisWeekInRust newsletter, I reflect on my journey in the Rust ecosystem.
I feel good 😊

English

