rusty-data
Basic data handling library.
TODO:
- Implement a DataCast trait which will duplicate NumCast for numeric types and add to-String casting.
- Implement a ColumnCast trait which will allow whole column casting.
- Use casting with the push Result to control flow when creating DataTable.