pathmod_derive 0.1.3

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

// Unit structs are explicitly not supported
#[derive(Accessor)]
struct U;

fn main() {}