From b6ada4dfd202bfd86042d509c1c491c25d704ada Mon Sep 17 00:00:00 2001 From: Oshadha Gunawardena Date: Fri, 7 Nov 2025 23:46:37 +0530 Subject: [PATCH] Add Tokuin 0.1.2 to TWIR draft and blog archive --- draft/2025-11-12-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-11-12-this-week-in-rust.md b/draft/2025-11-12-this-week-in-rust.md index 86317b91b..70b9e010b 100644 --- a/draft/2025-11-12-this-week-in-rust.md +++ b/draft/2025-11-12-this-week-in-rust.md @@ -53,6 +53,8 @@ and just ask the editors to select the category. ### Miscellaneous +- [Tokuin 0.1.2: Load Testing LLMs from the Terminal](https://noos.blog/posts/tokuin-token-tooling-for-llm-builders/) – deep dive into the Rust-built `tokuin` CLI: a token/cost estimator turned async load-testing harness for LLM APIs, complete with real-time metrics, provider plugins, and cross-platform installers. + ## Crate of the Week