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

4 lines
69 B
Rust
Raw Normal View History

mod string;
2020-05-01 22:23:14 +00:00
pub use self::string::MAXLEN;
pub use self::string::Str;