#![no_std]#![warn(missing_docs)]#![doc=include_str!("../README.md")]/// The module for the logger.
modlogger;/// The module for the serial port driver.
modserial;pubusecrate::logger::{builder, init, init_with_filter, Builder};pubusecrate::serial::Serial;