flosse / rust-web-framework-comparison

A comparison of some web frameworks and libs written in Rust
4.99k stars 194 forks source link

fix docs.rs links for packages with hyphens #156

Closed mwcz closed 1 year ago

mwcz commented 1 year ago

This switches from shields.io's hyphen-separated values to querystring values, which avoids broken links for crates with hyphens in the name.

flosse commented 1 year ago

thx!