//! Config elements. (If they're needed?) use super::*; /// Config for the encode/decode #[derive(Debug, Default)] pub struct Config{ //TODO: What goes here? ///// Any arbitrary data. //pub user: Option, }