mirror of
https://github.com/hubaldv/bioz-host-rs.git
synced 2025-12-06 05:11:17 +00:00
Created basic sinus output via postcard rpc.
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
#![deny(missing_debug_implementations)]
|
||||
// #![deny(missing_debug_implementations)]
|
||||
|
||||
pub mod client;
|
||||
pub mod app;
|
||||
pub mod communication;
|
||||
pub mod plot;
|
||||
pub use bioz_icd_rs as icd;
|
||||
|
||||
pub async fn read_line() -> String {
|
||||
@@ -11,4 +14,4 @@ pub async fn read_line() -> String {
|
||||
})
|
||||
.await
|
||||
.unwrap()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user