Constant rustc_serialize::serialize::STR_SENTINEL

source ·
const STR_SENTINEL: u8 = 0xC1;
Expand description

A byte that cannot occur in UTF8 sequences. Used to mark the end of a string. This way we can skip validation and still be relatively sure that deserialization did not desynchronize.