bluefile
Experimental Rust library for handling X-Midas Bluefiles.
Usage
Add the following to your project's Cargo.toml
:
[]
= "*"
use File;
use read_header;
let file = open.unwrap;
let header = read_header.unwrap;
println!;
println!;
...
Additional examples can be found in the tests
directory and in the bluejay
utility.
bluejay
Bluejay is a command line utility for getting bluefile header info in JSON format.
Running Tests