annonars 0.44.2

Genome annotation based on Rust and RocksDB
1
2
3
4
5
6
7
8
9
10
//! Code generate for protobufs by `prost-build`.

/// Code generate for protobufs by `prost-build`.
pub mod refseq {
    include!(concat!(env!("OUT_DIR"), "/annonars.functional.refseq.rs"));
    include!(concat!(
        env!("OUT_DIR"),
        "/annonars.functional.refseq.serde.rs"
    ));
}