format-ende root crate
This crate defines the core traits for encoding and decoding data to/from a generic format. It provides a unified interface for various serialization formats, allowing to write code that is agnostic to the underlying format.
Example
use FormatInfo;
use FormatEncoder;
/// Print given value encoded with the given encoder