Constant bincode::config::int::DESERIALIZE_EXTENSION_POINT_ERR

source ยท
const DESERIALIZE_EXTENSION_POINT_ERR: &str = r#"
Byte 255 is treated as an extension point; it should not be encoding anything.
Do you have a mismatched bincode version or configuration?
"#;