crypto-pair

Normalize cryptocurrency trading pairs.

Usage

```rust use cryptopair::fetchmarkets;

fn main() { asserteq!(Some("BTC/USD".tostring()), normalize_pair("XBTH21", "BitMEX")); } ```