1
2
3
4
/// Module to return a Newick file from GoaT.
pub mod newick;
/// The record API may change, and this will need to be adapted accordingly.
pub mod record;