Implement the initial Document Nodes system (#795)

* Add testcase for flattening graph

* Implement equality for Values

* Implement input resolution
This commit is contained in:
TrueDoctor
2022-10-15 02:02:50 +02:00
committed by Keavon Chambers
parent 0f0d30eb9a
commit 2ced9a57c4
3 changed files with 514 additions and 69 deletions
+1
View File
@@ -25,3 +25,4 @@ syn = {version = "1.0", default-features = false, features = ["parsing", "printi
proc-macro2 = {version = "1.0", default-features = false, features = ["proc-macro"]}
quote = {version = "1.0", default-features = false }
image = "*"
rand_chacha = "0.3.1"