mirror of
https://github.com/hubaldv/bioz-host-rs.git
synced 2025-12-06 05:11:17 +00:00
Working postcard communication.
This commit is contained in:
@@ -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(|| {
|
||||
|
||||
Reference in New Issue
Block a user