satay-codegen 0.4.1

Generate Rust client code from OpenAPI 3.1 documents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#![allow(
    clippy::doc_markdown,
    clippy::needless_raw_string_hashes,
    clippy::too_many_lines
)]

mod all_of;
mod ast;
mod behavior;
mod common;
mod enums;
mod integers;
mod parse_as;
mod rejections;
mod structure;
mod unions;