ncbitaxonomy 1.0.7

Read NCBI Taxonomy Database from files and work with NCBI Taxonomy DB
Documentation
1
2
3
4
5
6
7
8
table! {
    taxonomy (id) {
        id -> Integer,
        ancestry -> Nullable<Text>,
        name -> Text,
        rank -> Nullable<Text>,
    }
}