codama-macros 0.9.0

Procedural macros for the Codama standard
Documentation
1
2
3
4
5
6
use codama_macros::codama;

#[codama(type = boolean)]
pub struct Test;

fn main() {}