Just messing around with itertools Either

This commit is contained in:
Igor Katson 2023-07-10 14:47:40 +01:00
parent 159e90b785
commit be726e9aa3
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
3 changed files with 45 additions and 44 deletions

View file

@ -15,4 +15,5 @@ parking_lot = "0.12"
serde = {version = "1", features=["derive"]}
buffers = {path="../buffers"}
bencode = {path = "../bencode", default-features=false}
clone_to_owned = {path="../clone_to_owned"}
clone_to_owned = {path="../clone_to_owned"}
itertools = "0.11.0"