le-robert 0.1.0

Get French word definitions, synonyms and use samples from the dictionary Le Robert
Documentation
1
2
3
4
5
#[test]
fn test_word_infos_work() {
    let word = "etron";
    let infos = crate::WordInfos::new(word).unwrap();
}