annonars 0.42.0

Genome annotation based on Rust and RocksDB
1
2
3
4
//! Run REST API for serving entries from the annotations database

pub mod run;
pub mod schema;