neco-nodegraph 0.1.0

necosystems series node graph data model with port-typed nodes and edges
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "neco-json"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b31c79d61cbaa7761211ddda729d18691dcc40bdf4344f6918751b6e5e80b866"

[[package]]
name = "neco-nodegraph"
version = "0.1.0"
dependencies = [
 "neco-json",
]