Crate binary_options_tools

Crate binary_options_tools 

Source
Expand description

§Binary Options Tools

A comprehensive library for binary options trading tools and utilities.

This crate provides modules for interacting with various binary options platforms, error handling utilities, and streaming capabilities for real-time data processing.

§Modules

  • pocketoption - Integration with PocketOption platform
  • expertoptions - Integration with ExpertOption platform
  • reimports - Common re-exports for convenience
  • error - Error handling types and utilities
  • stream - Streaming utilities including receiver streams and logging layers

§Features

  • Asynchronous operations with tokio support
  • Serialization/deserialization with serde
  • Structured logging with tracing
  • Timeout handling with custom macros
  • Stream processing capabilities

// Use the streaming utilities for real-time data processing // Serialize and deserialize data with the provided macros // Apply timeouts to async operations

Modules§

error
expertoptions
pocketoption
reimports
stream
traits
utils
validator