serde_encom 0.4.1

Official EnCom library
Documentation
1
2
3
4
5
mod compact;
mod formatter;
mod pretty;

pub(crate) use self::{compact::CompactFormatter, formatter::Formatter, pretty::PrettyFormatter};