diff options
author | 2025-04-13 11:04:34 +0100 | |
---|---|---|
committer | 2025-04-13 11:04:34 +0100 | |
commit | 0189bb0bda7f1a3200d0766f71a4992515dc06de (patch) | |
tree | f9779ec035d4c9730a997aa1da75ce932d55c255 /src | |
parent | afc12c6a7059616b85cb50896202cd8d86be85b7 (diff) | |
download | peanuts-0189bb0bda7f1a3200d0766f71a4992515dc06de.tar.gz peanuts-0189bb0bda7f1a3200d0766f71a4992515dc06de.tar.bz2 peanuts-0189bb0bda7f1a3200d0766f71a4992515dc06de.zip |
feat: make `loggable` public
Diffstat (limited to '')
-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; |