Skip to main content

rlsl_rec/
lib.rs

1//! `rlsl-rec` library — shared recording engine and Parquet writer.
2//!
3//! The XDF writer and `NumericSample` trait live in the [`exg`] crate.
4
5pub mod hdf5_writer;
6pub mod markers;
7pub mod parquet_writer;
8pub mod recording;