You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently a mess of unwrap and Result<_, &'static str>.
This will mean changing a bunch of signatures, and probably revisiting the endian codec's handling, using the fallible write_whatever::<BigEndian> rather than the panicking BigEndian::write_whatever which wasn't working before.
The text was updated successfully, but these errors were encountered:
Currently a mess of unwrap and
Result<_, &'static str>
.This will mean changing a bunch of signatures, and probably revisiting the endian codec's handling, using the fallible
write_whatever::<BigEndian>
rather than the panickingBigEndian::write_whatever
which wasn't working before.The text was updated successfully, but these errors were encountered: