Crate rusty_data

Source
Expand description

§The rusty-data library

This is a scientific data handling library.

The core struct of the library is the DataTable. This struct stores the data as Strings and provides conversion methods to cast the data to various types.

In addition to the DataTable there is a Loader which is used to read in data from file to tables.

Modules§

  • The datatable module.
  • Module for errors within the rusty-data crate.
  • The loader module