feat: add a propositional logic expression tree

This commit is contained in:
Anand Balakrishnan 2023-03-17 13:51:50 -07:00
parent fcb4dc9740
commit 32d92df549
No known key found for this signature in database
3 changed files with 55 additions and 14 deletions

View file

@ -6,3 +6,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[dev-dependencies]
proptest = "1.1.0"