2 unstable releases
0.2.0 | Jun 14, 2020 |
---|---|
0.1.0 | Jun 14, 2020 |
23 downloads per month
Used in aminograph
12KB
298 lines
newick-rs
Usage
extern crate newick_rs;
fn main() {
let input_text = "(A,B)";
let input_tree = newick_rs::from_newick(text).unwrap();
// some logics
let output_text = newick_rs::to_newick(&output_tree);
}
Dependencies
~1.1–1.9MB
~39K SLoC