@AstraKernel a good way to setup default parameters in rust is by creating a params struct and impl default for it. Then call `..Default::default()` at the end of the params construction
@AstraKernel a good way to setup default parameters in rust is by creating a params struct and impl default for it. Then call `..Default::default()` at the end of the params construction