[][src]Crate edf_reader

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