grpc 0.6.2

Rust implementation of gRPC
Documentation
1
2
3
4
#[allow(dead_code)]
pub fn assert_send<T: Send>() {}
#[allow(dead_code)]
pub fn assert_sync<T: Sync>() {}