Files
cbindgen/tests/rust/mod_path/src/lib.rs
T
Dan Robertson 0c9c32ecdb Improve module path parsing
If a module has a path attribute use this as the module path to parse.
2018-03-14 13:42:18 -05:00

5 lines
51 B
Rust

#[path = "other.rs"]
mod inner;
pub use inner::*;