pathmod_derive 0.1.3

Derive macros for pathmod
Documentation
1
2
3
4
5
6
use pathmod::prelude::*;

#[derive(EnumAccess)]
enum V { Named { v: i32 } }

fn main() {}