Try using thiserror to remove some boilerplate.

This commit is contained in:
2020-12-07 20:35:03 -08:00
parent b06c528c4c
commit 001a8cf012
2 changed files with 53 additions and 123 deletions

View File

@@ -6,3 +6,4 @@ edition = "2018"
[dependencies]
nom = "6.0.1"
thiserror = "1.0.22"