rust_abf 0.4.4

Rust crate for reading data from Axon Binary Format (ABF) files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
// impl Abf for AbfV1{
//     fn open<T,E>(filepath: &str) -> Result<T, E>{

//     }

//     fn get_data(self, channel: usize) -> Option<&'static Vec<i16>>{
//        self.data.get(&channel)
//     }

//     fn get_file_signature(self, file_signature_str: &str) -> AbfKind;
// }