1
2
3
4
5
6
7
#![crate_name = "mecab"]
#![crate_type = "lib"]
#![crate_type = "dylib"]
#![crate_type = "rlib"]

pub use mecab::*;
mod mecab;