refactor: add debug feature flag and cross-platform serial port filtering

This commit is contained in:
lenn
2026-06-09 14:27:30 +08:00
parent 8533747670
commit 821800beb1
3 changed files with 39 additions and 14 deletions

View File

@@ -16,6 +16,7 @@ crate-type = ["staticlib", "cdylib", "rlib"]
[features]
default = ["multi-dim"]
debug = []
devkit = ["dep:tonic", "dep:prost", "dep:prost-types", "dep:async-stream", "dep:dirs"]
multi-dim = ["dep:ndarray"]