1
2
3
4
5
6
7
//! 客户端
#![feature(const_btree_new)]

#[path = "os_serial.rs"]
mod myserial;

pub use myserial::start;