eure-macros 0.1.9

Derive macros for Eure schema generation
Documentation
1
2
3
4
5
6
7
8
9
use eure::ObjectKey;

#[derive(ObjectKey)]
enum Bad<T> {
    A,
    B,
}

fn main() {}