1 2 3 4 5 6
use nu_plugin::{JsonSerializer, serve_plugin}; use nu_plugin_inc::IncPlugin; fn main() { serve_plugin(&IncPlugin, JsonSerializer {}) }