chore: remove deprecated flow_boundary and update docs to match new architecture

This commit is contained in:
Sepehr
2026-03-01 20:00:09 +01:00
parent 20700afce8
commit d88914a44f
105 changed files with 11222 additions and 2994 deletions

View File

@@ -14,10 +14,12 @@ serde.workspace = true
serde_json = "1.0"
lru = "0.12"
entropyk-coolprop-sys = { path = "coolprop-sys", optional = true }
libloading = { version = "0.8", optional = true }
[features]
default = []
coolprop = ["entropyk-coolprop-sys"]
dll = ["libloading"]
[dev-dependencies]
approx = "0.5"