aeon-market-scanner-rs
https://crates.io/crates/aeon-market-scanner-rs
Crate
crates.io
aeon-market-scanner-rs
aeon-market-scanner-rs is a personal open-source project published on crates.io. It is designed to scan crypto markets in real time by combining REST and WebSocket interfaces so consumers can subscribe to live updates without bolting on extra glue code.
The crate targets developers who want a small, focused building block: async-friendly ergonomics, clear boundaries around transport and parsing, and a path to extend feeds or downstream analytics as requirements grow.
Tech stack
Rust · REST API · WebSocket · Tokio · crates.io · Open Source
Screens & flows
- Published on crates.io as aeon-market-scanner-rs for `cargo add` workflows
- REST-based market data access alongside WebSocket streaming where supported
- Async-first design suitable for background tasks and long-running scanners
- Focused scope: market scanning primitives rather than a full trading stack