feat: overload operations of expressions for easy DSL

This commit is contained in:
Anand Balakrishnan 2023-03-17 15:48:52 -07:00
parent b56327a3a2
commit 84f8b2a093
No known key found for this signature in database
3 changed files with 255 additions and 1 deletions

View file

@ -7,4 +7,5 @@ edition = "2021"
thiserror = "1.0.39"
[dev-dependencies]
paste = "1.0.12"
proptest = "1.1.0"