1 2 3 4 5
use bincode::config::Configuration; pub(crate) fn serialization_config() -> Configuration { bincode::config::standard() }