Skip to content

Commit 0c6878d

Browse files
authored
Simplify Hotaru framework description
Updated the description of the Hotaru web framework to simplify the text and remove some links.
1 parent 322ca20 commit 0c6878d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

draft/2025-11-26-this-week-in-rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ and just ask the editors to select the category.
4545

4646
### Project/Tooling Updates
4747

48-
* [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)
48+
* [Hotaru](https://crates.io/crates/hotaru) - A new lightweight full-stack Rust web framework by [Field-of-Dreams-Studio (https://github.com/Field-of-Dreams-Studio).
4949

5050
### Observations/Thoughts
5151

0 commit comments

Comments
 (0)