https://github.com/Kay-Conte/foxhole-rs
https://crates.io/crates/foxhole
Been working on and off on this for a bit now. I find this much easier and straightforward to grasp than frameworks like axum and actix that almost try to do too much. In doing so, macros infect their interface obscuring a lot of the code behind the scenes which can be problematic at times. I also just don't like async much :p
Note that performance benches are outdated, there are a handful of spots I acknowledge are not optimal for now. Moderate performance hit.
For performance, version stability, or developer maintenance seek elsewhere. This is a hobbyist project done with my little free time
Additionally, I am currently seeking help with implementing tls support as I have little Idea what I am doing. I have a very naive implementation but am uncertain how to test it or if it is even correct in any sense. contributors welcome. This is not my main focus right now however.