Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion posts.json
Original file line number Diff line number Diff line change
Expand Up @@ -571,5 +571,17 @@
"tags": [],
"date": "2026-04-04",
"order": 52
},
{
"id": "74c4aa7d",
"title": "Rust async — Tokio en 2026",
"url": "https://github.com/khalilbenaz/khalilbenaz.github.io/issues/273",
"excerpt": "## Tokio en 2026 Tokio (créé 2016) est le runtime async dominant Rust : - **Async/await** : syntaxe standard depuis Rust 2018 edition. - **Performance** : top tier (proche C). - **Écosystème** : axum, sqlx, tonic, tracing tous Tokio-native. Quasi-monopole : 95 % des projets async Rust utilisent Tokio. ## Patterns standards **Spawn task** : ```rust tokio::spawn(async { println!(\"Hello from task\"); }); ``` **Async I/O*",
"tags": [
"BLOG",
"RUST"
],
"date": "2026-05-23",
"order": 53
}
]
]