hyperium / tonic

A native gRPC client & server implementation with async/await support.
https://docs.rs/tonic
MIT License
9.35k stars 957 forks source link

docs(tonic-build): Fix wrong hightlight #1692

Closed xz-dev closed 1 month ago

xz-dev commented 2 months ago

Motivation

The GitHub page will hightlight the wrong grammar in markdown, it causing unnecessary visual attraction 图片

Solution

Add double quotes in yaml block, it also meets the requirements of cargo. 图片