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
8
9
#[derive(Debug, Clone, PartialEq)]
pub struct ParameterElement {
    pub name: String,
}

#[derive(Debug, Clone, PartialEq)]
pub struct CoordinateElement {
    pub value: f64,
}