MCPcopy Create free account
hub / github.com/Euphrasiologist/nu_plugin_plot / main

Function main

src/main.rs:4–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2use nu_plugin_plot::PluginPlot;
3
4fn main() {
5 serve_plugin(&PluginPlot {}, MsgPackSerializer {})
6}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected