top | item 22610411

(no title)

cjbassi | 6 years ago

It's still fairly common to use in conjunction with

    #[macro_use]
for when you want to easily import all of the macros from a crate across your entire project. But yes, you could do

    use rocket::{get, routes};
instead.

discuss

order

No comments yet.