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