1 2 3 4 5
use nu_plugin_audio_hook::Sound; fn main() { nu_plugin::serve_plugin(&mut Sound {}, nu_plugin::MsgPackSerializer {}) }