mirror of
https://github.com/0xfnzero/solana-streamer.git
synced 2026-08-06 13:47:44 +00:00
a76563314f
- 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::*;
|