lindera_ipadic/
lib.rs

1pub mod ipadic;
2
3const VERERSION: &str = env!("CARGO_PKG_VERSION");
4
5pub fn get_version() -> &'static str {
6    VERERSION
7}