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.

Enums

The set of input and output formats supported by xt.

Functions

Translates serialized input to serialized output in a different format.