crypto-pair

Parse exchange-specific symbols to unified format.

Usage

```rust use cryptopair::normalizepair;

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