feat: add tako-rs

This commit is contained in:
Daniel Boros 2025-07-26 18:47:57 +02:00
parent 99d45c6a0e
commit 2c5f53cc8a
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ and just ask the editors to select the category.
* [Rust: Clippy performance status update](https://blog.goose.love/posts/clippy-performance-status-update/)
* [How to write Rust in the kernel: part 3](https://lwn.net/SubscriberLink/1026694/ec6db2459bc68907/)
* [State of the Art Dynamic Matrix Multiplication](https://burn.dev/blog/sota-multiplatform-matmul/)
* [Tako: A Lightweight Async Web Framework on Tokio and Hyper](https://rust-dd.com/post/tako-a-lightweight-async-web-framework-on-tokio-and-hyper)
### Observations/Thoughts
* ["Bypassing" specialization in Rust or How I Learned to Stop Worrying and Love Function Pointers](https://oakchris1955.eu/posts/bypassing_specialization/)