robertwayne / axum-htmx

A set of htmx extractors, responders, and request guards for axum.
Apache License 2.0
186 stars 10 forks source link

Generate docs with cfg badges using nightly compiler #7

Closed ItsEthra closed 11 months ago

ItsEthra commented 11 months ago

docs.rs generates documentation using nightly compiler, so it's possible to generate feature badges. Before: image After: image image

robertwayne commented 11 months ago

Awesome! I had never actually looked into how those badges were generated for the API docs.

Thank you!