nexgenomics 0.2.3

The official Rust crate for NexGenomics
Documentation
1
2
3
4
5
6
7
// src/bin/cli.rs


fn main() {
    println!("This is the Nexgenomics CLI");
}