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 GitHub
parent 9f96d80bea
commit e3237b2c4e
3 changed files with 518 additions and 73 deletions

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"