Enums§
Traits§
- Read
Sane - To be able read SANE-encoded data we need to be able convert the
Vec<u8>
of little-endian data to the corresponding vector of values
Functions§
- read_
sane - Parse a SANE-encoded file into an array with known type and rank
- read_
sane_ arrays - Parse multiple SANE-encoded arrays from a file
- read_
sane_ arrays_ dyn - Parse multiple SANE-encoded arrays each with dynamic data type and rank
- read_
sane_ dyn - Parse a SANE-encoded file into an array with dynamic type and rank