assimp/port/assimp_rs/src/structs/string/mod.rs

4 lines
69 B
Rust

mod string;
pub use self::string::MAXLEN;
pub use self::string::Str;