1
2
3
4
5
#![crate_name = "mecab"]
#![crate_type = "lib"]

pub use mecab::*;
mod mecab;