-
Notifications
You must be signed in to change notification settings - Fork 99
Moved all rust code into src #167
Conversation
b33b723
to
2b34c21
Compare
Fast builds! |
Yup, I looked at that 6sec build and actually went to ci.zinc.rs to verify that there was some building involved :-) |
r anyone? |
actually not anyone but specifically @bharrisau (due to crago work) and @bgamari (due to ioreg crate moves) |
Looks good to me. I'll let @bharrisau give the r |
LGTM - Is there a reason we need the ioreg crate separate from the ioreg macro/plugin_registrar definition? |
@bharrisau I did this modelling the platformtree code. |
I've tried unifying macro_ioreg and macro_platformtree into one crate but than I've realised that ioreg is a zinc dependency and pt is end user code dependency, so there's little sense it that |
@farcaller I meant having the platformtree crate separate from the |
Uh.. I don't really know :-) might merge those two actually. |
That is, ioreg, platformtree and macro code.