sol-parser-sdk 0.3.1

A lightweight Rust library for real-time event streaming from Solana DEX trading programs. Supports PumpFun, PumpSwap, Bonk, and Raydium protocols with Yellowstone gRPC and ShredStream.
Documentation
1
2
3
4
5
6
7
8
9
10
//! 工具函数模块
//!
//! 提供通用的工具函数和辅助功能

// TODO: 实现性能和验证模块
// pub mod performance;
// pub mod validation;

// pub use performance::*;
// pub use validation::*;