grpcio 0.8.2

The rust language implementation of gRPC, base on the gRPC c core library.
Documentation

grpcio

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 11 feature flags, 5 of them enabled by default.

default

  • protobuf-codec
  • secure
  • use-bindgen

protobuf-codec

  • protobuf

secure

  • grpcio-sys/secure

use-bindgen

  • grpcio-sys/use-bindgen

protobuf

    This feature flag does not enable additional features.

openssl

  • secure
  • grpcio-sys/openssl

prost-codec

  • prost
  • bytes

openssl-vendored

  • secure
  • grpcio-sys/openssl-vendored

no-omit-frame-pointer

  • grpcio-sys/no-omit-frame-pointer

bytes

    This feature flag does not enable additional features.

prost

    This feature flag does not enable additional features.