iotics-grpc-client 0.2.1

IOTICS gRPC client
docs.rs failed to build iotics-grpc-client-0.2.1
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: iotics-grpc-client-7.0.0

iotics-grpc-client-rs

Crates Crates.io CI dependency status license
IOTICS gRPC client in Rust.

Usage

iotics-grpc-client = "0.2"

Contributing

Proto files

PRs

Should contain a summary of the changes in CHANGELOG.md under the Unreleased section.

Releasing

    git tag -a vX.X.X
    git push origin vX.X.X