rustbif 0.1.2

Rust Binary Format
Documentation
1
2
3
4
5
6
7
8
#[_async] mod x {

async fn foo() {
   x.decode();
   sync!(y.push());
}

}