mirror of
https://github.com/0xfnzero/solana-streamer.git
synced 2026-08-15 09:58:05 +00:00
- Centralize event parsing logic and remove factory pattern - Add high-performance clock module to reduce latency - Consolidate protocol parsers with unified interface - Introduce account pubkey caching and streamline traits - Remove deprecated macro-based and multi-protocol implementations
6 lines
67 B
Rust
Executable File
6 lines
67 B
Rust
Executable File
pub mod events;
|
|
pub mod parser;
|
|
pub mod types;
|
|
|
|
pub use events::*;
|