laserstream-core-proto 9.1.0

LaserStream gRPC Protocol Definitions
Documentation
1
2
3
4
5
6
7
8
pub mod filter;
pub mod message;

pub mod proto {
    #![allow(clippy::clone_on_ref_ptr)]
    #![allow(clippy::missing_const_for_fn)]
    tonic::include_proto!("geyser.Geyser");
}