binance_connector 0.1.0

A Rust library for interacting with the Binance API
Documentation

Binance Connector

A Rust-based connector for interacting with the Binance API, designed to facilitate trading operations and data retrieval for cryptocurrency markets.

Crates.io License Build

Table of Contents

About

Binance Connector is a Rust library that provides a simple interface for interacting with the Binance cryptocurrency exchange's REST API. It aims to simplify the process of executing trades, querying market data, and managing accounts on Binance through a Rust application.

Features

  • Support for Binance REST API (e.g., market data, account management, and trading operations).
  • Lightweight and fast with idiomatic Rust design.
  • Easy-to-use abstractions for complex API interactions.
  • Examples included to help you get started quickly.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Rust (stable version, use rustup to manage your Rust version)
  • Cargo, Rust's package manager

Installing

  1. Clone the repo:
    git clone https://github.com/EnosDomingues/binance_connector.git