Working postcard communication.

This commit is contained in:
2025-08-04 19:49:57 +02:00
parent d494cd75aa
commit 8b7d38f338
4 changed files with 65 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
#![deny(missing_debug_implementations)]
pub mod client;
pub use bioz_icd as icd;
pub use bioz_icd_rs as icd;
pub async fn read_line() -> String {
tokio::task::spawn_blocking(|| {