sof 0.17.1

Solana Observer Framework for low-latency shred ingestion and plugin-driven transaction observation
Documentation
1
2
3
4
5
6
mod config;
mod queue;
mod receiver;

pub use queue::*;
pub use receiver::*;