pathmod_derive 0.1.3

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

#[derive(EnumAccess)]
struct NotEnum { a: i32 }

fn main() {}