binary-options-tools-macros 0.2.0

Procedural macros for the binary-options-tools crate. Provides code generation and compile-time utilities for trading platform integrations.
Documentation
1
2
3
4
5
6
7
// Configuration macro implementations
// This file contains the implementation details for configuration-related macros
// used throughout the binary options tools project.

// TODO: Implement configuration macro logic here
// This would include derive macros for configuration structures
// and other configuration-related functionality.