Implement PartialEq, Eq for Function

This commit is contained in:
Oliver Hamlet
2018-10-06 10:29:50 +01:00
parent 9f6e941955
commit 3bf009e579
3 changed files with 251 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@ crc = "1.0.0"
nom = "4.0.0"
pelite = "0.7.0"
regex = "1.0.5"
unicase = "2.2.0"
[dev-dependencies]
tempfile = "3.0.0"