Crate edf_reader

Source
Expand description

edf-reader parse metadata of EDF file and can read block of data from this EDF file spec of EDF format : https://www.edfplus.info/specs/edf.html

Modulesยง

async_reader
Read an EDF file asynhronously (with futures)
file_reader
Contains traits/implementations for reading a file in a sync or async manner.
model
Metadata structures of an EDF file
sync_reader
Read an EDF file synchronously