wip(opnsense-config): Refactoring to improve usability and features

This commit is contained in:
Jean-Gabriel Gill-Couture
2024-11-14 23:45:13 -05:00
parent 85786cf648
commit 65c395aeae
20 changed files with 754 additions and 455 deletions

View File

@@ -0,0 +1,6 @@
mod generic_xml;
mod maybe_string;
mod yaserde;
pub use generic_xml::*;
pub use maybe_string::*;
pub use yaserde::*;