diff options
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ pub mod declaration; pub mod element; mod endable; mod error; -mod loggable; +pub 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 | 2 |
@@ -2,7 +2,7 @@ pub mod declaration; pub mod element; mod endable; mod error; -mod loggable; +pub mod loggable; pub mod reader; mod writer; pub mod xml; |