use-biology
Facade crate for primitive RustUse biology vocabulary.
use-biology re-exports focused crates for taxonomy, species names, organisms, cells, genes, traits, tissues, organs, biological systems, life stages, and reproduction. It is not a bioinformatics framework, medical library, taxonomy database, ecology simulator, lab information system, disease model, or biological simulation framework.
use ;
let rank = Species;
let species = new;
let organism_kind = Plant;
let cell_kind = Eukaryotic;
let gene_symbol = new.unwrap;
let trait_value = new.unwrap;
let life_stage = Flowering;
assert_eq!;
assert_eq!;
assert_eq!;
assert_eq!;
assert_eq!;
assert_eq!;
assert_eq!;
This crate describes biological concepts. It does not analyze sequences, infer taxonomy, diagnose, simulate organisms, or fetch data.