frostmark 0.3.0

HTML/Markdown renderer for the Iced GUI framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
#![doc = include_str!("../README.md")]

mod renderer;
mod state;
mod structs;
mod style;
mod widgets;

pub use state::MarkState;
pub use structs::{ImageInfo, MarkWidget, UpdateMsg};
pub use style::Style;