camo-derive 0.5.0

Camo derive macro
Documentation
1
2
3
4
5
6
use camo_derive::Camo;

#[derive(Camo)]
struct Foo(i32, i32);

fn main() {}