crypto-pair Parse exchange-specific symbols to unified format. Usage use crypto_pair::normalize_pair; fn main() { assert_eq!(Some("BTC/USD".to_string()), normalize_pair("XBTH21", "BitMEX")); }