macro_rules! import_obj { ($path:literal) => { ... }; }
Expand description
A macro to load the data from a file.
use array_object::*;
let restored: Vec<f64> = import_obj!("testdata.bin");macro_rules! import_obj { ($path:literal) => { ... }; }
A macro to load the data from a file.
use array_object::*;
let restored: Vec<f64> = import_obj!("testdata.bin");