1 // String types for sending to/from the jvm
2 mod ffi_str;
3 pub use self::ffi_str::*;
4 
5 mod java_str;
6 pub use self::java_str::*;
7