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§
- JSON codec The
json
codec supports the Javascript Object Notation format.
Traits§
- The codec trait, to encode and decode data
Functions§
- resolve a codec from either a codec name of a full-blown config
Type Aliases§
- Configuration, commonly used for codecs