summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2023-03-04 15:01:38 +0100
committerHampusM <hampus@hampusmat.com>2023-03-04 15:01:38 +0100
commitc49f62a8c369e58ee5cbffe853a436e724789d2f (patch)
treea219e8377a3cac00990cebaa9b19507a48b64b2e /src/lib.rs
parentdcf34eff5651294d7c579431143b8638fbe338df (diff)
feat: add gloss list support
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 c02716f..9dfc888 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -14,6 +14,7 @@ use crate::xml::element::{Elements, FromElements};
use crate::xml::parser::{Error as ParserError, Parser};
pub mod description;
+pub mod gloss_list;
pub mod itemized_list;
pub mod table;
pub mod variable_list;