flow-gate-xml 0.1.0

Gating-ML 2.0 XML parsing and serialization for flow cytometry gate documents
Documentation
1
2
3
4
5
6
7
use flow_gate_core::{gate::GateKind, GateId};

#[derive(Debug, Clone)]
pub struct NamedGate {
    pub id: GateId,
    pub gate: GateKind,
}