rsiot/components_config/uart_master/
mod.rs

1//! Конфигурация UART-мастера
2
3mod error;
4
5pub use error::Error;