wty 0.8.2

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

// The closest rendering to the yomitan popup.
// It is used as the default for the Renderer trait.
pub struct HtmlRenderer;

impl Renderer for HtmlRenderer {}