Option | Description | Values | Default |
packageName | Rust crate name (convention: snake_case). | | openapi_client |
packageVersion | Rust crate version. | | null |
IMPORT MAPPING
INSTANTIATION TYPES
Type/Alias | Instantiated By |
array | Vec |
map | Map |
LANGUAGE PRIMITIVES
- String
- bool
- char
- f32
- f64
- i16
- i32
- i64
- i8
- isize
- str
- u16
- u32
- u64
- u8
- usize
RESERVED WORDS
- abstract
- alignof
- as
- become
- box
- break
- const
- continue
- crate
- do
- else
- enum
- extern
- false
- final
- fn
- for
- if
- impl
- in
- let
- loop
- macro
- match
- mod
- move
- mut
- offsetof
- override
- priv
- proc
- pub
- pure
- ref
- return
- self
- sizeof
- static
- struct
- super
- trait
- true
- type
- typeof
- unsafe
- unsized
- use
- virtual
- where
- while
- yield
Last updated on 1/20/2020