grpcio 0.10.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 10 feature flags, 4 of them enabled by default.

default

  • protobuf-codec
  • boringssl

protobuf-codec

  • protobuf

boringssl

  • grpcio-sys/boringssl
  • _secure

protobuf

    This feature flag does not enable additional features.

openssl-vendored

  • _secure
  • grpcio-sys/openssl-vendored

openssl

  • _secure
  • grpcio-sys/openssl

prost-codec

  • prost
  • bytes

no-omit-frame-pointer

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

prost

    This feature flag does not enable additional features.

bytes

    This feature flag does not enable additional features.