feat(tazjin/german-string): add Eq impl & corresponding proptests

Change-Id: I66a258fad5d4e249268b9d2743d46b30c5ac1dac
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12240
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Autosubmit: tazjin <tazjin@tvl.su>
This commit is contained in:
Vincent Ambo 2024-08-17 01:53:24 +03:00 committed by clbot
parent ab6a4815ff
commit 64a085cf52
3 changed files with 428 additions and 1 deletions

View file

@ -3,4 +3,5 @@ name = "german-string"
version = "0.1.0"
edition = "2021"
[dependencies]
[dev-dependencies]
proptest = "1.5.0"