bing-dict

Use Bing Dictionary to translate words and phrases from Chinese to English or English to Chinese.

https://crates.io/crates/bing-dict

Feature

This crate uses reqwest to reach Bing Dictionary, so it can be well integrated into existing projects that use reqwest.

Example

```rust

[tokio::main]

async fn main() { let result = bingdict::translate("dictionary").await.unwrap().unwrap(); println!("{:?}", result); println!("{}", result.tostring()); } ```

License

GNU General Public License v3.0