hippmem-grpc 0.1.0

HIPPMEM gRPC bindings — protobuf mapping for core types (optional)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! HIPPMEM gRPC thin wrapper: proto + tonic service (ADR-011/021).

#[cfg(feature = "grpc")]
pub mod service;

#[cfg(test)]
mod tests {
    #[test]
    fn grpc_feature_gated() {
        // Compiles successfully when the grpc feature is disabled (default)
    }
}