gstd-codegen 1.7.0

Code generation library for the Gear standard library
Documentation
1
2
3
4
5
6
fn main() {}

#[gstd::async_main(handle_signal = custom_handle_signal)]
async fn main() {}

fn custom_handle_signal() {}