simpla_vortaro 0.4.2

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

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

pub mod v1;

pub mod cli;

pub const USER_AGENT: &'static str = concat!(
    "simpla_vortaro/",
    env!("CARGO_PKG_VERSION"),
    " (github.com/panicbit/simpla_vortaro_rs)",
);