Expand description
All implementation details for re-use in testing.
Structs§
- Cli
- Simple CLI to convert MessagePack to JSON and vice versa. Automatically attempts to detect the input format and outputs the respective other format. Use the config options to override the automatic detection.
- Converter
- Converter instance, owning a
Read
er and aWrite
r to input and output the data.
Enums§
- Conversion
Direction - Direction of conversion.
- Error
- CLI error.