use hello_macro::HelloDerive; #[derive(Debug, HelloDerive)] struct Hello {} fn main() { let _ = Hello {}; hello_rs::hello("WorldRS"); }