Skip to content

Commit 329e8ca

Browse files
committed
Adding include_md and some small changes for edition 69
1 parent a98ae36 commit 329e8ca

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

content/newsletter/69.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ Remember when Rust compile times were the running joke in our community? Those d
3535
- **30%+ wall-time reduction** through the new <a href="https://blog.rust-lang.org/2024/05/17/enabling-rust-lld-on-linux/" target="_blank">rust-lld linker</a> as default on Linux, with some benchmarks showing even larger gains.
3636
- **Automatic cache cleanup** in <a href="https://blog.rust-lang.org/2025/06/26/Rust-1.88.0/" target="_blank">Cargo</a>, so no more manual disk cleanup.
3737

38-
**What Changed?** Recent Rust releases delivered major compiler optimizations, better dependency resolution, and defaulting to faster linkers. The sustained focus on compiler performance is transforming the development experiencemaking Rust not just safer than C++, but faster to iterate with.
38+
**What Changed?** Recent Rust releases delivered major compiler optimizations, better dependency resolution, and defaulting to faster linkers. The sustained focus on compiler performance is transforming the development experience, making Rust not just safer than C++, but faster to iterate with.
3939

4040
Developer Experience: Faster compilation means tighter feedback loops, more experimentation, and ultimately, a smoother workflow.
4141

4242
## AI & Rust: The Unlikely Power Couple
4343

44-
Python still rules machine learning research, but in 2025 Rust has carved out a clear role in production. AI workloads demand predictable performance, tight memory control, and reliability at scaleareas where Rust excels. The result: teams prototype in Python, then deploy with Rust.
44+
Python still rules machine learning research, but in 2025 Rust has carved out a clear role in production. AI workloads demand predictable performance, tight memory control, and reliability at scale, areas where Rust excels. The result: teams prototype in Python, then deploy with Rust.
4545

4646
- **Candle** by Hugging Face is a <a href="https://github.com/huggingface/candle" target="_blank">Rust-native ML framework built for inference, not training</a>. It’s designed for serverless and edge environments where low latency and small binaries matter.
4747
- **Burn** is <a href="https://burn.dev/" target="_blank">another Rust-based deep learning framework</a>. It focuses on modular design and flexible backends, and is gaining attention for research and experimentation in Rust’s ecosystem.
@@ -64,8 +64,8 @@ The Rust team has been developing a high-level roadmap for the next few years. W
6464

6565
## Snippets
6666

67-
- **<a href="https://www.tiobe.com/tiobe-index/" target="_blank">Rust programming language hits #13 on TIOBE Index</a>** (February 2025 peak) and currently at #18
68-
- **<a href="https://crates.io/docs/trusted-publishing" target="_blank">Crates.io Trusted Publishing with OpenID Connect</a>** for secure CI/CD pipelines
67+
- <a href="https://www.tiobe.com/tiobe-index/" target="_blank">Rust programming language hits #13 on TIOBE Index</a> (February 2025 peak) and currently at #18
68+
- <a href="https://crates.io/docs/trusted-publishing" target="_blank">Crates.io Trusted Publishing with OpenID Connect</a> for secure CI/CD pipelines
6969

7070
## The Inflection Point
7171

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{% set raw = load_data(path=path, format="plain") %}
2+
{{ raw | markdown | safe }}

0 commit comments

Comments
 (0)