#bing #dictionary #localization

bing-dict

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

4 releases (2 breaking)

0.3.0 Feb 28, 2022
0.2.0 Nov 10, 2021
0.1.1 Oct 26, 2021
0.1.0 Oct 26, 2021

#250 in Internationalization (i18n)

21 downloads per month

GPL-3.0-or-later

22KB
101 lines

bing-dict

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

Version Documentation License

Example

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

License

GNU General Public License v3.0

Dependencies

~4–20MB
~223K SLoC