Crate xt

source ·
Expand description

Translations between serialized data formats.

xt is pre-1.0 software with an unstable library API!

To convert between serialized data formats in Rust code, consider the mature, stable, and widely-used serde_transcode crate instead.

Structs§

  • An error encountered during translation.
  • Translates multiple inputs to a single serialized output.

Enums§

  • The set of input and output formats supported by xt.

Functions§

  • Translates the contents of a single reader to a different format.
  • Translates the contents of a single input slice to a different format.

Type Aliases§