Remapping project structure in the following way (suggestions always welcome)
octane_http1x
octane_http2
octane_http3
octane_multipart
octane_router
...
Basically, sub crates for each component, that way it's easy to hide them behind feature requests and code is in better and findable places
Remapping project structure in the following way (suggestions always welcome)
Basically, sub crates for each component, that way it's easy to hide them behind feature requests and code is in better and findable places