twinleaf 1.8.0

Library for working with the Twinleaf I/O protocol and Twinleaf quantum sensors.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mod buffer;
mod filter;
mod parser;
mod reader;
mod sample;
mod subscription;

#[cfg(feature = "hdf5")]
pub mod export;

pub use buffer::{AlignedWindow, Buffer, ColumnBatch, ReadError, RunId};
pub use filter::ColumnFilter;
pub use parser::{DeviceDataParser, DeviceFullMetadata};
pub use reader::{CursorPosition, Reader};
pub use sample::{Boundary, BoundaryReason, Column, ColumnData, Sample};
pub use subscription::SubscriptionManager;