no_alloc_check 0.1.0

Proc-macro attribute for no_alloc; cfg-gated hybrid marker.
Documentation
1
2
3
4
5
6
#[no_alloc_check::no_alloc(oops)]
fn compute(x: i32) -> i32 {
    x + 1
}

fn main() {}