Crates.io | viz-flow |
lib.rs | viz-flow |
version | 0.0.0 |
source | src |
created_at | 2021-09-18 02:19:12.233259 |
updated_at | 2021-09-18 02:19:12.233259 |
description | viz flow |
homepage | |
repository | |
max_upload_size | |
id | 453160 |
size | 14,679 |
Flow DSL AST
从FBP到BPM
// Kind
// IO // input // output
// Node // name
// Edge // source // target
{
nodes: [
],
edges: [
]
}
enum Kind {
}
struct Node {
id: i64,
name: String,
kind: Kind,
}
https://github.com/tone-row/flowchart-fun https://js.cytoscape.org/