crypto-pair 2.0.0

Normalize cryptocurrency trading pairs
Documentation

crypto-pair

Normalize cryptocurrency trading pairs.

Usage

use crypto_pair::fetch_markets;

fn main() {
    assert_eq!(Some("BTC/USD".to_string()), normalize_pair("XBTH21", "BitMEX"));
}