diff options
author | HampusM <hampus@hampusmat.com> | 2023-05-14 15:46:53 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2023-05-14 15:56:53 +0200 |
commit | 1a405580b30f0b877ca48cd95ca51da9e5723667 (patch) | |
tree | 0307344c1b1949e35cc7fdda33c67c75d6f9f61f /src/lib.rs | |
parent | 6dc029dcf213922673444501741a6e4d65f1c05f (diff) |
feat: add Attribute functions
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ use crate::tagged::TagStart; pub mod attribute; pub mod deserializer; +pub mod escape; pub mod tagged; mod event; |