zzl133 / crypto-msg-parser

The parser library to parse messages from crypto-crawler.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

crypto-msg-parser

The parser library to parse messages from crypto-crawler.

Architecture

  • crypto-msg-parser is the parser library to parse messages from crypto-crawler.
  • crypto-pair is an offline utility library to parse exchange-specific symbols to unified format.
  • crypto-contract-value is an offline utility library that simply provides the contract values of a trading market.
  • Support multiple languages. Some libraries support multiple languages, which is achieved by first providing a FFI binding, then a languge specific wrapper. For example, crypto-crawler provides a C-style FFI binding first, and then provides a Python wrapper and a C++ wrapper based on the FFI binding.
  • crypto-message contains all output data types of crypto-msg-parser.

About

The parser library to parse messages from crypto-crawler.

License:Apache License 2.0


Languages

Language:Rust 100.0%