wty 0.8.2

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 MdictRenderer;

impl Renderer for MdictRenderer {}