pub fn read_options(
reader: &mut impl Read,
) -> Result<(CrateVersion, EncodingOptions), DecodeError>
Expand description
Read encoding options from the beginning of the stream.
pub fn read_options(
reader: &mut impl Read,
) -> Result<(CrateVersion, EncodingOptions), DecodeError>
Read encoding options from the beginning of the stream.