project 0.1.2

Project automation powered by Rust and Lua
1
2
3
pub fn new(_: &mut Context<NonYieldable>) -> Result<(), Error> {
    Ok(())
}