docs.rs failed to build cedict-0.2.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
cedict-0.3.2
cedict - Rust library for parsing CC-CEDICT
What is CC-CEDICT
CC-CEDICT, or formerly CEDICT, is a freely available Chinese-English dictionary. This library allows you to parse it.
Usage
let line = "你好 你好 [ni3 hao3] /Hello!/Hi!/How are you?/";
let parsed = parse_line.unwrap;
println!; // Prints "Hello!"