changed the structure of core::communication.

I think the implementation of the positional.rs is good
This commit is contained in:
2026-05-23 13:59:32 -05:00
parent 8917d1f81c
commit eb29b97f9b
14 changed files with 371 additions and 7 deletions
+2 -1
View File
@@ -5,7 +5,7 @@ edition = "2024"
[features]
default= ["host"]
default= ["embassy"]
std = []
embassy = ["core_full"]
core = []
@@ -16,3 +16,4 @@ host = ["std", "core_full"]
[dependencies]
serde = { version = "1.0.228", features = ["derive"], default-features = false }