- Language Features
- Generator Features
- Implement
new
- Implement
default
- Implement
From<String> (serde_json)
- Implement
Into<String> (serde_json)
- Implement
From<FramedByteStream> (tokio_serde)
- Implement
Into<FramedByteStream> (tokio_serde)
Generated code depends on the following Cargo features:
- derive
- alloc
Feature | Status | Info |
---|---|---|
Union (polymorphic type) | ✅ done | |
Enum (group of constants) | ✅ done | |
Array (unordered collection) | ✅ done | |
Tuple (ordered collection) | ✅ done |
To generate a new
method, use the preset RUST_COMMON_PRESET
and provide the option implementNew: true
.
To generate Default
implementation for enums that provide a default value, use the preset RUST_COMMON_PRESET
and provide the option implementDefault: true
.
TODO
TODO
TODO
TOOD