cruiser 0.2.0

Solana code generation
Documentation
1
2
3
4
5
6
7
use cruiser_derive::test_easy_proc;

#[test_easy_proc]
fn cool() {
    #[cool(boolean_value, count = 3, size = 10, custom_parse cool, many = "hi", many = "wew")]
    fn do_stuff() {}
}