3 releases

Uses old Rust 2015

0.0.3 Jan 27, 2016
0.0.2 Jan 16, 2016
0.0.1 Jan 4, 2016

#224 in #learning

MIT license

17KB
364 lines

rusty-data

Basic data handling library.

API Documentation

  • Up to date for version 0.0.3.

lib.rs:

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.

Dependencies

~245KB