daumdic-rs 
Daum Dictionary API wrapper written in Rust, inspired by daumdic-ruby.
use search;
daumdic-rs is primarily distributed under the terms of both the Apache License (Version 2.0) and the MIT license. See COPYRIGHT for details.
Daum Dictionary API wrapper written in Rust, inspired by daumdic-ruby.
use daumdic::search;
fn main() {
let res = search("ironic").unwrap();
println!("{}", res);
// => "ironic [airάnik] 아이러니한, 역설적인, 모순적인, 반어적인"
}
daumdic-rs is primarily distributed under the terms of both the Apache License (Version 2.0) and the MIT license. See COPYRIGHT for details.