Support iterables in compare_fields

This commit is contained in:
Michael Sproul
2023-10-11 10:43:49 +11:00
parent e2a60a6fb1
commit ca1abfeb2d
4 changed files with 41 additions and 14 deletions

1
Cargo.lock generated
View File

@@ -1153,6 +1153,7 @@ name = "compare_fields"
version = "0.2.0"
dependencies = [
"compare_fields_derive",
"itertools",
]
[[package]]