xenon-rs 0.1.0

Rust bindings to the Xenon middleware (gRPC).
docs.rs failed to build xenon-rs-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: xenon-rs-0.4.3

xenon-rs

Dependencies

protoc needs to be installed.

PROTOC_VERSION="3.11.2"
PROTOC_RELEASE="protoc-$PROTOC_VERSION-linux-x86_64.zip"

curl -OL "https://github.com/protocolbuffers/protobuf/releases/download/v$PROTOC_VERSION/$PROTOC_RELEASE"
sudo unzip -o $PROTOC_RELEASE -d /usr/local bin/protoc
sudo unzip -o $PROTOC_RELEASE -d /usr/local 'include/*'