1
2
3
4
5
6
7
//! Type that describe a mode of encoding.

/// The binary encoding mode.
pub enum Binary {}

/// The text encoding mode.
pub enum Text {}