mecab 0.1.6

Safe Rust wrapper for mecab a japanese language part-of-speech and morphological analyzer library
Documentation
1
2
3
4
5
#![crate_name = "mecab"]
#![crate_type = "lib"]

pub use mecab::*;
mod mecab;