Module write

Source

Enums§

WriteError

Traits§

WriteSane
To be able to write SANE data we need to be able to convert an element to a byte sequence

Functions§

write_sane
Write array into a SANE-encoded file
write_sane_arrays
Write multiple SANE-encoded arrays to a file
write_sane_arrays_dyn
Write multiple SANE-encoded arrays to a file, each with a dynamic shape and data type
write_sane_arrays_io
Write multiple SANE-encoded arrays to a file, returning std::io::Errors
write_sane_io
Write array into SANE-encoded file, returning std::io::Errors