platform_serial/
lib.rs

1#![no_std]
2
3mod traits;
4
5pub use traits::PlatformSerial;