ncbitaxonomy 0.1.0

Read NCBI Taxonomy Database from files and work with NCBI Taxonomy DB
Documentation

ncbitaxonomy

This is a Rust crate (i.e. library) for working with a local copy of the NCBI Taxonomy database. The database can be downloaded (either taxdump.zip or taxdump.tar.gz) from the NCBI Taxonomy FTP site.

TODO

  • Clean up non-idiomatic code
  • Add testing via CI