27a3195bea4b1ffb46e45654549dd219d9710f13
Added an error for a corruption detection of the given bytes. This was added so that an inproper CRC code when reading a PNG file could throw an Error. Added an error for an invalid value being transmuted from the given bytes. This was added so that an Error can be thrown when a value outside of a given range is parsed.
Alchemy
This handles converting numbers to and from bytes in either big or little endian format.
Description
Languages
Rust
100%