Skip to content
Merged
Changes from 8 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
2 changes: 2 additions & 0 deletions draft/2025-11-26-this-week-in-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ and just ask the editors to select the category.

### Project/Tooling Updates

* [Hotaru](https://crates.io/crates/hotaru) - A new lightweight full-stack Rust web framework by [@Redstone-D](https://github.com/Redstone-D) and [@JerrySu5379](https://github.com/JerrySu5379) at [Field-of-Dreams-Studio](https://github.com/Field-of-Dreams-Studio). Features declarative `endpoint!` and `middleware!` macros, multi-protocol support (HTTP/WebSocket/custom TCP on single port), the `..` pattern for middleware inheritance, and built-in Akari template engine. Includes comprehensive [documentation](https://fds.rs/hotaru), [changelog](https://fds.rs/hotaru/news/change_before_0.7.5/), [4-part Quick Tutorial](https://github.com/Field-of-Dreams-Studio/hotaru/blob/master/QUICK_TUTORIAL.md), [HTTP Documentation](https://github.com/Field-of-Dreams-Studio/hotaru/blob/master/HOTARU_HTTP_DOC.md), [Style Guide](https://github.com/Field-of-Dreams-Studio/hotaru/blob/master/HOTARU_STYLE.md), and [TechEmpower Benchmark Results vs Actix-web, Axum, Rocket](https://github.com/Field-of-Dreams-Studio/hotaru/blob/master/hotaru_bench/BENCHMARK_RESULTS.md)

### Observations/Thoughts

### Rust Walkthroughs
Expand Down