1//! Компонент клиента websocket 2 3mod component; 4mod config; 5mod fn_process; 6mod tasks; 7 8pub use component::Cmp; 9pub use config::Config; 10 11use super::shared_tasks::cmp_websocket_client_general::{self, Error, Result};