Created by: jacob-pro
I initially found the name and docs for rust-server
a bit confusing, incorrectly assuming that it meant a generic generator non-specific to any HTTP server framework.
This updates the help to make it clear that it is a generator for a Hyper based server, that implements Service (which is actually a re-export from Tower).
I have also made rust-server
in the README.md link to the generator documentation. If there is a different source of documentation let me know and I can change it?