Crate tremor_codec

Source
Expand description

Tremor codecs for decoding and encoding data from wire format to tremor’s internal representation

Re-exports§

pub use crate::errors::Error;

Modules§

errors
json
JSON codec The json codec supports the Javascript Object Notation format.

Traits§

Codec
The codec trait, to encode and decode data

Functions§

resolve
resolve a codec from either a codec name of a full-blown config

Type Aliases§

Config
Configuration, commonly used for codecs