annonars 0.29.0

Rust template repository
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 clingen {
    include!(concat!(env!("OUT_DIR"), "/annonars.regions.clingen.rs"));
    include!(concat!(
        env!("OUT_DIR"),
        "/annonars.regions.clingen.serde.rs"
    ));
}