All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rust-axum.server-mod.mustache Maven / Gradle / Ivy

There is a newer version: 7.9.0
Show newest version
{{>server-imports}}

{{>server-route}}
{{#apiInfo}}
  {{#apis}}
    {{#operations}}
      {{#operation}}
{{^disableValidator}}
{{>server-operation-validate}}
{{/disableValidator}}
{{>server-operation}}
      {{/operation}}
    {{/operations}}
  {{/apis}}
{{/apiInfo}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy