summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-04-05 18:44:35 +0300
committerLars Wirzenius <liw@liw.fi>2023-04-05 19:10:16 +0300
commit14cc8a66d199cab7b9407ee27a4fd352ba3baf38 (patch)
tree896c355d12433636e1c5d014187bf162e4b2c8d6 /src/lib.rs
parent103e14b2da6aa0d2f5597beff128e630ab2fb292 (diff)
downloadsubplot-14cc8a66d199cab7b9407ee27a4fd352ba3baf38.tar.gz
feat: add an HTML representation using the Rust type system
Sponsored-by: author
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 90c183f..194db38 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -34,6 +34,7 @@ mod metadata;
pub use metadata::{Metadata, YamlMetadata};
mod doc;
+pub mod html;
pub mod md;
pub use doc::Document;
pub use doc::{codegen, load_document, load_document_with_pullmark};