bing-dict

Use Bing Dictionary to translate words and phrases between English and Chinese

Version Documentation License

Example

```rust

[tokio::main]

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

License

GNU General Public License v3.0