Open Daksh14 opened 3 years ago
imo feature flags > subcrates; subcrates would only be better (instead of worse) if said crates could be used for other webservers as well
We would still have feature flags, it would be easier to separate protocols under feature flags with subcrates, they will both work together, also since we are a light weight web server, it would help, what do you say?
idk tbh. i guess my point is, if the subcrates can't be used alone there's no real reason to separate into subcrates
Good point, we'll defer on this for now then
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