pathmod_derive 0.1.3

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

#[derive(EnumAccess)]
enum M { Both(i32, i32) }

fn main() {}