beemorph 0.1.0

beemorph for global diversity
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#[derive(Debug, Clone, PartialOrd, PartialEq)]
pub struct Interactive {
    pub interactive: String,
}

#[derive(Debug, Clone, PartialOrd, PartialEq)]
pub struct InteractiveMap {
    pub sourcetaxonid: String,
    pub sourcetaxontds: String,
    pub sourcetaxonname: String,
    pub sourcetaxonpathnames: String,
    pub sourcetaxonpathids: String,
    pub sourcetaxonsubgenusid: String,
    pub sourcetaxongenusname: String,
    pub sourcetaxonfamilyid: String,
    pub sourcetaxonfamilyname: String,
    pub reststring: String,
}