feat(opnsense-config): Add MaybeString type to preserve xml serialization of empty elements

This commit is contained in:
Jean-Gabriel Gill-Couture
2024-11-02 13:51:12 -04:00
parent ebdc83b21b
commit ab59923dae
8 changed files with 780 additions and 541 deletions

View File

@@ -17,3 +17,6 @@ xml-rs = "0.8"
thiserror = "1.0"
async-trait = { workspace = true }
tokio = { workspace = true }
[dev-dependencies]
pretty_assertions = "1.4.1"