Use Bing Dictionary to translate words and phrases between English and Chinese
```rust
async fn main() { let result = bing_dict::translate("dictionary").await.unwrap().unwrap(); println!("{result}"); } ```
GNU General Public License v3.0