implemented generic linux sal with heuristics

This commit is contained in:
2026-02-26 15:16:37 +01:00
parent 48c3b46a0c
commit f87efa1d24
13 changed files with 686 additions and 125 deletions

3
src/sal/heuristic/mod.rs Normal file
View File

@@ -0,0 +1,3 @@
pub mod schema;
pub mod discovery;
pub mod engine;