Use nom for parsing

This commit is contained in:
2023-12-02 19:57:19 +01:00
parent 5c77e5d3eb
commit 59e233385e
3 changed files with 187 additions and 50 deletions

View File

@@ -6,3 +6,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nom = "7.1.3"