wty 0.8.1

Yomitan-compatible dictionaries from wikitionary data
Documentation
1
2
3
4
5
6
use crate::dict::writer::renderer::Renderer;

// Use the default. Goldendict supports all the html features.
pub struct MdictTextRenderer;

impl Renderer for MdictTextRenderer {}