no_alloc_check 0.1.0

Proc-macro attribute for no_alloc; cfg-gated hybrid marker.
Documentation
1
2
3
4
5
6
trait Work {
    #[no_alloc_check::no_alloc]
    fn work(&self);
}

fn main() {}