vibecode 0.1.3

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

fn main() {
    // Viberun requires a prompt!
    viberun!()
}