dejavu-runtime 0.1.1

DejaVu shared types and runtime
Documentation
1
2
3
4
5
6
pub use self::{html::Html, text::Text};
use crate::Escaper;
use core::fmt::Write;

mod html;
mod text;