codama-macros 0.9.2

Procedural macros for the Codama standard
Documentation
1
2
3
4
5
6
7
8
9
use codama_macros::CodamaEvent;

#[derive(CodamaEvent)]
pub struct StructTest;

#[derive(CodamaEvent)]
pub enum EnumTest {}

fn main() {}