You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tonic-build/README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,6 @@ Compiles proto files via prost and generates service stubs and proto definitione
4
4
5
5
## Features
6
6
7
-
- rustfmt: This feature enables the use of rustfmt to format the output code this makes the code readable and the error messages nice. This requires that rustfmt is installed. This is enabled by default.
8
-
9
7
Required dependencies
10
8
11
9
```toml
@@ -103,4 +101,4 @@ pub mod google {
103
101
}
104
102
}
105
103
```
106
-
See [the example here](https://github.com/hyperium/tonic/tree/master/examples/src/gcp)
104
+
See [the example here](https://github.com/hyperium/tonic/tree/master/examples/src/gcp)
0 commit comments