wiki-tui 0.4.8

A simple and easy to use Wikipedia Text User Interface
1
2
3
4
5
6
7
8
pub mod article;
pub mod models;
pub mod search;
mod theme_view;
pub mod toc;
pub mod utils;

pub type ThemedView<T> = theme_view::ThemedView<T>;