vibecode 0.1.3

Compile-time vibe coding.
Documentation
1
2
3
4
5
6
7
8
use vibecode::vibecode;

#[vibecode]
struct NotAFunction {
    field: u32,
}

fn main() {}