bing-dict

Crates.iobing-dict
lib.rsbing-dict
version0.3.0
sourcesrc
created_at2021-10-26 08:45:47.973058
updated_at2022-02-28 16:46:56.529877
descriptionUse Bing Dictionary to translate words and phrases between English and Chinese
homepage
repositoryhttps://github.com/EAimTY/bing-dict-rs
max_upload_size
id471772
size62,905
(EAimTY)

documentation

README

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

Commit count: 4

cargo fmt