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}}
use crate::{Api{{#apiInfo}}{{#apis}}{{#operations}}{{#operation}},
     {{{operationId}}}Response{{/operation}}{{/operations}}{{/apis}}{{/apiInfo}}
};

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy