Normalize cryptocurrency trading pairs.
```rust use cryptopair::fetchmarkets;
fn main() { asserteq!(Some("BTC/USD".tostring()), normalize_pair("XBTH21", "BitMEX")); } ```