1 2 3 4 5 6 7 8
use opensound::ostp; fn main() { ostp::install_default(); ostp::emit::debug("Hello, world!", "main", None, true); println!("Hello, world!"); }