Ogeon/rustful

Migrate macros to main crate

Closed this issue · 0 comments

Macros are stable and syntax extensions will still be feature gated in Rust 1.0.0, so a separate macro crate will not really be necessary. insert_routes! will have to be rewritten as a macro, somehow, and the other macros can be moved as they are. This will also make crates.io distribution easier.