Crates.io | bing-dict |
lib.rs | bing-dict |
version | 0.3.0 |
source | src |
created_at | 2021-10-26 08:45:47.973058 |
updated_at | 2022-02-28 16:46:56.529877 |
description | Use Bing Dictionary to translate words and phrases between English and Chinese |
homepage | |
repository | https://github.com/EAimTY/bing-dict-rs |
max_upload_size | |
id | 471772 |
size | 62,905 |
Use Bing Dictionary to translate words and phrases between English and Chinese
#[tokio::main]
async fn main() {
let result = bing_dict::translate("dictionary").await.unwrap().unwrap();
println!("{result}");
}
GNU General Public License v3.0