no_alloc_check 0.1.0

Proc-macro attribute for no_alloc; cfg-gated hybrid marker.
Documentation
1
2
3
4
#[no_alloc_check::no_alloc]
struct NotAFunction;

fn main() {}