Skip to content

Releases: emaadparacha/rustygetdata

rustygetdata-v0.1.0

21 Oct 01:04

Choose a tag to compare

First release of rustygetdata on Crates.io - available here

This library and wrapper is still under construction, with only a few functions ready. Currently you can only do the following:

  • Get the number of fields in a Dirfile
  • Get the number of frames in a Dirfile
  • Get the number of samples per frame for a field in the Dirfile
  • Get the data type of the data for a field in the Dirfile
  • Get all the data for a field in the Dirfile (as a Vec<f64>)

More functions will be added soon as they are written and tested, especially around writing to a Dirfile, getting specific chunks of data, and more. If you have a specific request, please reach out. Or if you'd like to contribute, check out the README.