crabtime 0.1.0

A powerful yet easy-to-use Rust macro that generates code by evaluating inline Rust logic at compile time.
1
2
3
fn main() {
    println!("Hello, world!");
}