wiki-api 0.1.2

Backend for wiki-tui
Documentation
1
2
3
4
5
6
7
8
9
10
use url::Url;

pub mod document;
pub mod languages;
pub mod page;
pub mod parser;
pub mod search;

// TODO: Make Endpoint a real struct
pub type Endpoint = Url;