Crate messagepack_cli

Source
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 Reader and a Writer to input and output the data.

Enums§

ConversionDirection
Direction of conversion.
Error
CLI error.