Something like: ``` pub use self::a; mod a { pub f() { ... } } ``` and make sure anything that uses the package can use `a`.