It works!... not. Cant cast i32 to u8...

This commit is contained in:
2016-05-29 13:00:08 +02:00
parent 81ae7e09f2
commit 24317fc750
3 changed files with 58 additions and 5 deletions

8
Cargo.lock generated
View File

@@ -1,4 +1,12 @@
[root]
name = "picomp"
version = "0.1.0"
dependencies = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "getopts"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"