Add a verifier

The current implementation only performs a few basic checks.
This commit is contained in:
Morgan Phillips
2016-09-06 14:05:44 -07:00
parent 116b898da3
commit de04d6d083
10 changed files with 287 additions and 3 deletions

3
src/tools/Cargo.lock generated
View File

@@ -21,6 +21,9 @@ dependencies = [
[[package]]
name = "cretonne"
version = "0.0.0"
dependencies = [
"regex 0.1.71 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "cretonne-reader"