simpla_vortaro 0.4.1

Access the Esperanto dictionary Simpla Vortaro
Documentation
1
2
3
4
5
6
7
8
9
10
11
extern crate reqwest;
#[macro_use]
extern crate serde;
extern crate percent_encoding;

#[doc(inline)]
pub use v1::*;

pub mod v1;

pub mod cli;