rustrade-integration 0.2.0

Low-level framework for composing flexible web integrations, especially with financial exchanges
Documentation
# rustrade-integration

Low-level framework for composing flexible web integrations, especially with financial exchanges.

## Overview

rustrade-integration provides the core building blocks for:
- **RestClient**: Configurable signed HTTP communication
- **ExchangeStream**: Async communication over WebSocket, FIX, and other streaming protocols

Used by `rustrade-data` and `rustrade-execution` for exchange integrations.

## Documentation

See the [workspace README](../README.md) for full documentation and examples.

## License

MIT License. See [LICENSE](LICENSE).