tower-rs / tower-http

HTTP specific Tower utilities.
702 stars 165 forks source link

Fix broken links in doc for #334 #362

Closed erebe closed 1 year ago

erebe commented 1 year ago

Fix broken documentation as reported in issue #334

The documentation is not generated for the mentioned modules because they are declared as private. This PR make them public to allow the generation of the doc for the modules. (I took as example other modules in tower-http)

Making those modules pub does not allow visibility of anything more than what is already re-exported

edit(jplatte): Closes #334.