libreflow_api/
lib.rs

1//! # LibreFlow API
2//!
3//! An FCS/GatingML library.
4//!
5//! This library is used in the LibreFlow application for handling FCS and
6//! GatingML data. If you need these tools outside of the main LibreFlow
7//! application, consider using this library.
8//!
9//! Note that this crate is still under active development.
10
11#![feature(byte_slice_trim_ascii)]
12pub mod fcs;
13// pub mod gml;