Node graph dynamic execution (#824)

Restructure document node implementation

* Implement topological sort

* Enforce the usage of type annotations

* Add complete test case
This commit is contained in:
TrueDoctor
2022-10-26 00:45:42 +02:00
committed by Keavon Chambers
parent d142a9092c
commit 4ec600957c
12 changed files with 662 additions and 384 deletions

2
Cargo.lock generated
View File

@@ -359,6 +359,7 @@ dependencies = [
"graphene-core",
"graphene-std",
"num-traits",
"rand_chacha",
]
[[package]]
@@ -395,7 +396,6 @@ dependencies = [
"once_cell",
"proc-macro2",
"quote",
"rand_chacha",
"syn",
]