aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2023-05-14 15:46:53 +0200
committerHampusM <hampus@hampusmat.com>2023-05-14 15:56:53 +0200
commit1a405580b30f0b877ca48cd95ca51da9e5723667 (patch)
tree0307344c1b1949e35cc7fdda33c67c75d6f9f61f /src/lib.rs
parent6dc029dcf213922673444501741a6e4d65f1c05f (diff)
feat: add Attribute functions
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 9cf3716..c07e0a1 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -5,6 +5,7 @@ use crate::tagged::TagStart;
pub mod attribute;
pub mod deserializer;
+pub mod escape;
pub mod tagged;
mod event;