Crate xt

source · []
Expand description

The main entrypoint for the xt serialized data translation tool.

This interface is not stable! To convert between serialized data formats in Rust code, consider serde_transcode as a more flexible and widely used implementation.

Structs

A container for input to xt::translate.

Translates multiple inputs to a single serialized output.

Enums

The set of input and output formats supported by xt.

Functions

Translates a single serialized input to serialized output in a different format.

Type Definitions

An error produced during a translation.

The result produced by a translation.