thanix 1.1.0

A yaml-to-rust code generator for generating Rust code from yaml config files e.g. as found in openAPI.
1
2
3
4
5
6
7
8
9
10
11
12
13
# Customization

Thanix is designed to work with any OpenAPI v3 schema. Here are the configuration options to adapt it to different APIs.

## Custom PATCH method prefixes

Thanix allows you to specify the prefix your API uses to indicate a PATCH operation.

To learn more, check [the Patch Prefix guide](./patch-prefix.md).

~~~admonish info
This section is still under construction. Stay tuned for updates.
~~~