serde_encom 0.4.0

Official EnCom library
Documentation
1
2
3
4
5
6
7
use super::formatter::Formatter;

/// This structure compacts an EnCom value with no extra whitespace.
#[derive(Clone, Debug)]
pub(crate) struct CompactFormatter;

impl Formatter for CompactFormatter {}