diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ pub mod declaration; pub mod element; mod endable; mod error; +mod loggable; pub mod reader; mod writer; pub mod xml; |
![]() |
index : peanuts | |
ergonomic xml reader/writer ser/deserialisation library | cel |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | src/lib.rs | 1 |
@@ -2,6 +2,7 @@ pub mod declaration; pub mod element; mod endable; mod error; +mod loggable; pub mod reader; mod writer; pub mod xml; |