Initial commit

This commit is contained in:
2026-03-05 23:03:21 +01:00
commit ed9027d12c
14 changed files with 867 additions and 0 deletions

9
ntw_flowgraph/Cargo.toml Normal file
View File

@ -0,0 +1,9 @@
[package]
name = "ntw_flowgraph"
version = "0.1.0"
edition = "2024"
[dependencies]
petgraph = "0.8.3"
ringbuf = "0.4.8"
ntw_flowgraph_macros = {path = "../ntw_flowgraph_macros/"}