mod_use 0.2.3

pub mod xxx; use xxx::*;
Documentation
1
2
3
4
5
6
7
8
use crate::mod_use;

mod_use![test];

#[test]
fn test() {
    test_fn();
}