fiff 0.1.0

Pure Rust implementation of the FIFF (Functional Imaging File Format) parser for MEG/EEG data
Documentation
[dependencies.byteorder]
version = "1.5"

[dev-dependencies]

[[example]]
name = "read_fiff"
path = "examples/read_fiff.rs"

[lib]
name = "fiff"
path = "src/lib.rs"

[package]
authors = ["Simon Draeger <sdraeger@salk.edu>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "parser-implementations"]
description = "Pure Rust implementation of the FIFF (Functional Imaging File Format) parser for MEG/EEG data"
edition = "2021"
keywords = ["meg", "eeg", "neuroscience", "neuroimaging", "fiff"]
license = "MIT OR Apache-2.0"
name = "fiff"
readme = "README.md"
repository = "https://github.com/sdraeger/DDALAB"
version = "0.1.0"