rlsl-rec 0.0.5

Real Life Streaming Layer recorder with TUI — records LSL streams to XDF files
Documentation
1
2
3
4
5
6
7
8
//! `rlsl-rec` library — shared recording engine and Parquet writer.
//!
//! The XDF writer and `NumericSample` trait live in the [`exg`] crate.

pub mod hdf5_writer;
pub mod markers;
pub mod parquet_writer;
pub mod recording;