difficulty/mediumhelp wanted
描述
Feature Request
Currently our macros are exported globally. We can make it modular by using the feature "use_extern_macros" so that unnecessary macros are not visible in the scope.
However there some commonly used macros, i.e. info!, warn!. We may create something like "common_macros.rs" and use ::common_macros::* so that it can be easy to use.