wip: Full opnsense deserializer almost done, works on a slightly cheated config file, next step is to try the real config file

This commit is contained in:
Jean-Gabriel Gill-Couture
2024-10-18 00:48:57 -04:00
parent b332723431
commit e0acbf304b
9 changed files with 3475 additions and 24 deletions

View File

@@ -1,2 +1,3 @@
pub mod opnsense;
pub mod dhcp;
mod deserializer;