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
@@ -3,6 +3,7 @@ extern crate crc;
extern crate nom;
extern crate pelite;
extern crate regex;
extern crate unicase;
#[cfg(test)]
extern crate tempfile;