39 stable releases
Uses new Rust 2021
new 2.3.0 | Aug 5, 2022 |
---|---|
2.2.12 | Jul 8, 2022 |
2.2.10 | Jun 24, 2022 |
2.2.2 | Mar 27, 2022 |
1.0.4 | Dec 29, 2020 |
#424 in Cryptography
2,090 downloads per month
Used in 6 crates
(5 directly)
48KB
1K
SLoC
crypto-pair
Parse exchange-specific symbols to unified format.
Usage
use crypto_pair::normalize_pair;
fn main() {
assert_eq!(Some("BTC/USD".to_string()), normalize_pair("XBTH21", "BitMEX"));
}
Dependencies
~3–12MB
~249K SLoC