xdf_rs
Rust crate for parsing (and maybe one day writing) XDF files. Currently the only supported XDF version is 1.0. (at the time of writing, this the only version that exists)
XDF format specification by SCCN
Installation
cargo add xdf
Example usage
use fs;
use XDFFile;
let bytes = read.unwrap;
let xdf_file = from_bytes.unwrap;