Explorar el Código

交易所结构处理器、

skyffire hace 1 año
padre
commit
750a67e80c
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  1. 0 0
      standard/src/exchange_struct_handler.rs
  2. 1 1
      standard/src/lib.rs

+ 0 - 0
standard/src/handle_info.rs → standard/src/exchange_struct_handler.rs


+ 1 - 1
standard/src/lib.rs

@@ -10,7 +10,7 @@ use crate::exchange::ExchangeEnum;
 pub mod utils;
 // 引入exchange模块
 pub mod exchange;
-pub mod handle_info;
+pub mod exchange_struct_handler;
 // 引入binance模块
 mod binance_swap;
 mod binance_spot;