3个不稳定版本
0.4.0 | 2020年11月1日 |
---|---|
0.3.1 | 2020年1月3日 |
0.3.0 | 2019年12月26日 |
在解析器实现中排名第2999
每月下载量199次
在7个crate中使用了(直接使用5个)7 crates (5 directly)
56KB
1.5K SLoC
rst_renderer
是rst
crate系列的一部分。此crate包含HTML渲染器(支持解析器支持的大部分功能),以及损坏的XML和JSON渲染器。欢迎提出有关如何正确实现它们的建议和PR!
let document = Document::with_children(vec![...]); // or rst_parser::parse()
let stream = std::io::stdout();
let standalone = true; // wrap in <!doctype html><html></html>
render_html(document, stream, standalone);
依赖项
~4.5–6.5MB
~146K SLoC