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

16
Cargo.lock generated
View file

@ -438,6 +438,12 @@ dependencies = [
"winapi",
]
[[package]]
name = "either"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
[[package]]
name = "encoding_rs"
version = "0.8.32"
@ -860,6 +866,15 @@ dependencies = [
"windows-sys",
]
[[package]]
name = "itertools"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
dependencies = [
"either",
]
[[package]]
name = "itoa"
version = "1.0.8"
@ -935,6 +950,7 @@ dependencies = [
"buffers",
"clone_to_owned",
"hex 0.4.3",
"itertools",
"log",
"parking_lot",
"serde",