mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-06 10:35:25 +00:00
1.7 KiB
1.7 KiB
title | sidebar_label |
---|---|
Config Options for rust-server | rust-server |
Option | Description | Values | Default |
---|---|---|---|
packageName | Rust crate name (convention: snake_case). | openapi_client | |
packageVersion | Rust crate version. | null |
IMPORT MAPPING
Type/Alias | Imports |
---|
INSTANTIATION TYPES
Type/Alias | Instantiated By |
---|---|
array | Vec |
map | Map |
LANGUAGE PRIMITIVES
- u8
- bool
- f32
- f64
- i64
- i32
- String
- i8
- i16
- usize
- str
- u64
- u32
- isize
- char
- u16
RESERVED WORDS
- struct
- mod
- use
- extern
- do
- type
- while
- impl
- ref
- continue
- else
- loop
- trait
- let
- priv
- if
- static
- in
- sizeof
- enum
- as
- final
- true
- become
- virtual
- const
- fn
- for
- box
- pure
- unsafe
- mut
- yield
- offsetof
- where
- override
- typeof
- macro
- move
- proc
- alignof
- break
- false
- match
- abstract
- crate
- super
- self
- pub
- return
- unsized