crypto-pair 2.2.2

Parse exchange-specific symbols to unified format
Documentation

crypto-pair

Parse exchange-specific symbols to unified format.

Usage

use crypto_pair::fetch_markets;

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