Ogeon / rustful

[OUTDATED] A light HTTP framework for Rust
https://docs.rs/rustful
Apache License 2.0
862 stars 52 forks source link

Rewrite macros to not depend on other macros #83

Closed Ogeon closed 7 years ago

Ogeon commented 8 years ago

This can be done by using internal rules, and allows macros to be easily imported one by one.