ariasanovsky/spindle

impl `#[map]`

Closed this issue · 1 comments

#[spindle::map]
fn foo(x: X) -> Y { /* blah */ }

should serialize to

$PROJECT/
└── target/
    └── spindle/
        └── map/
            └── foo.json

so that

spindle::spin!(U, X, Y)

can find it.