1
2
3
4
5
6
7
#![deny(clippy::pedantic)]

mod provenance;
mod tree;

// Register the reporter plugin
necsim_plugins_core::export_plugin!(Tree => tree::TskitTreeReporter);