File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Sources/GRPCCore/Documentation.docc Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ about gRPC on the [gRPC project's website][grpcio].
8
8
>
9
9
> v1.x is still supported and maintained on the ` release/1.x ` branch.
10
10
11
- - π ** Documentation** is available on the [ Swift Package Index] [ spi-grpc-swift ]
11
+ - π ** Documentation** and ** tutorials ** are available on the [ Swift Package Index] [ spi-grpc-swift ]
12
12
- π» ** Examples** are available in the [ Examples] ( Examples ) directory
13
13
- π ** Contributions** are welcome, please see [ CONTRIBUTING.md] ( CONTRIBUTING.md )
14
14
- πͺͺ ** License** is Apache 2.0, repeated in [ LICENSE] ( License )
Original file line number Diff line number Diff line change @@ -13,12 +13,14 @@ gRPC Swift is distributed across multiple Swift packages. These are:
13
13
- GitHub repository: [ ` grpc/grpc-swift ` ] ( https://github.com/grpc/grpc-swift )
14
14
- Documentation: hosted on the [ Swift Package
15
15
Index] ( https://swiftpackageindex.com/grpc/grpc-swift/documentation )
16
- - ` grpc-swift-nio-transport ` contains high-performance HTTP/2 transports built on top of SwiftNIO.
16
+ - ` grpc-swift-nio-transport ` contains high-performance HTTP/2 transports built on top
17
+ of [ SwiftNIO] ( https://github.com/apple/swift-nio ) .
17
18
- GitHub repository: [ ` grpc/grpc-swift-nio-transport ` ] ( https://github.com/grpc/grpc-swift-nio-transport )
18
19
- Documentation: hosted on the [ Swift Package
19
20
Index] ( https://swiftpackageindex.com/grpc/grpc-swift-nio-transport/documentation )
20
- - ` grpc-swift-protobuf ` contains runtime serialization components to interoperate with SwiftProtobuf
21
- as well as a plugin for the Protocol Buffers compiler, ` protoc ` .
21
+ - ` grpc-swift-protobuf ` contains runtime serialization components to interoperate with
22
+ [ SwiftProtobuf] ( https://github.com/apple/swift-protobuf ) as well as a plugin for the Protocol
23
+ Buffers compiler, ` protoc ` .
22
24
- GitHub repository: [ ` grpc/grpc-swift-protobuf ` ] ( https://github.com/grpc/grpc-swift-protobuf )
23
25
- Documentation: hosted on the [ Swift Package
24
26
Index] ( https://swiftpackageindex.com/grpc/grpc-swift-protobuf/documentation )
You canβt perform that action at this time.
0 commit comments