feat(types): Add gRPC Richer Error Model support (Docs) (#1317)

* types: improve `lib.rs` docs, add `README` file

* types: update `Cargo.toml` file
This commit is contained in:
Rafael Lemos
2023-03-20 15:44:47 +00:00
committed by GitHub
parent ddec9e34f2
commit 69ce71efa6
3 changed files with 283 additions and 3 deletions
+6 -3
View File
@@ -1,16 +1,19 @@
[package]
authors = ["Lucio Franco <[email protected]>"]
authors = [
"Lucio Franco <[email protected]>",
"Rafael Lemos <[email protected]>"
]
categories = ["web-programming", "network-programming", "asynchronous"]
description = """
A collection of useful protobuf types that can be used with `tonic`.
"""
documentation = "https://docs.rs/tonic-types/0.5.0/tonic-types/"
documentation = "https://docs.rs/tonic-types/0.6.1/tonic_types/"
edition = "2021"
homepage = "https://github.com/hyperium/tonic"
keywords = ["rpc", "grpc", "protobuf"]
license = "MIT"
name = "tonic-types"
readme = "../README.md"
readme = "README.md"
repository = "https://github.com/hyperium/tonic"
version = "0.6.1"