[][src]Crate dxx

Enums

DType

DType is an enum for describing data type of file.

Functions

len_file

len_file returns the byte length of the specified file.

read_file

read_file reads .DXX file. This func determines the data type from the filename extension and reads that data. The return type is Vec to make the data easier to handle.

write_file

write_file writes data to .DXX file. This func determines the data type from the filename extension and writes the data to the file.