rollkit-types 0.0.1

Protocol buffer generated types for Rollkit
1
2
3
4
5
6
7
8
9
pub mod v1 {
    // Always include the pure message types (no tonic dependencies)
    #[cfg(not(feature = "grpc"))]
    include!("proto/rollkit.v1.messages.rs");

    // Include the full version with gRPC services when the feature is enabled
    #[cfg(feature = "grpc")]
    include!("proto/rollkit.v1.services.rs");
}