1 2 3 4 5 6
fn main() { nu_plugin::serve_plugin( &nu_plugin_plotters::plugin::PlottersPlugin, nu_plugin::MsgPackSerializer, ) }