Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2
use nu_plugin_plot::PluginPlot;
3
4
fn main() {
5
serve_plugin(&PluginPlot {}, MsgPackSerializer {})
6
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected