bittorrent_udp: add quickcheck tests for response byte conversion

This commit is contained in:
Joakim Frostegård 2020-04-10 03:30:07 +02:00
parent 46f9a1d13c
commit c964f05e84
5 changed files with 144 additions and 1 deletions

2
Cargo.lock generated
View file

@ -130,6 +130,8 @@ name = "bittorrent_udp"
version = "0.1.0"
dependencies = [
"byteorder",
"quickcheck",
"quickcheck_macros",
]
[[package]]