Aucune description

George Barnett 17b2054451 Adopt swift-testing for status tests (#2049) il y a 1 an
.github 9457258dd6 Add check that generated code is up-to-date (#2013) il y a 1 an
Examples d3ef09d71e Default `UseAccessLevelOnImports` to `false` (#2047) il y a 1 an
FuzzTesting 431d8078ca Move examples to top-level (#2024) il y a 1 an
Performance 36ffcb49fd Swift 6-ify the package manifest (#1955) il y a 1 an
Plugins 06b7e97e39 Use plugin work directory URL (#1990) il y a 1 an
Protos 1b060a3210 Enable `InternalImportsByDefault` in remaining modules (#2042) il y a 1 an
Sources 17b2054451 Adopt swift-testing for status tests (#2049) il y a 1 an
Tests 17b2054451 Adopt swift-testing for status tests (#2049) il y a 1 an
dev 431d8078ca Move examples to top-level (#2024) il y a 1 an
docs 431d8078ca Move examples to top-level (#2024) il y a 1 an
scripts ad52f944b2 Add a 'Hello, World' tutorial (#2023) il y a 1 an
.editorconfig 0e4aac54e8 Add editorconfig (#1920) il y a 1 an
.gitignore 99e9956158 Add support for ordo-one/package-benchmark (#1678) il y a 2 ans
.gitmodules 63c6acfa40 Move CgRPC, gRPC, and QuickProto to "Sources" directory and add new top-level Package.swift. il y a 9 ans
.spi.yml ad52f944b2 Add a 'Hello, World' tutorial (#2023) il y a 1 an
.swift-format 9cdcd2d9de Switch to swift-format il y a 2 ans
AUTHORS 0aa90a79ee Relicense to Apache 2, change owners to "the gRPC Authors". il y a 8 ans
CODE-OF-CONDUCT.md 09b30466f6 Update links (#1926) il y a 1 an
CONTRIBUTING.md 09b30466f6 Update links (#1926) il y a 1 an
GOVERNANCE.md 09b30466f6 Update links (#1926) il y a 1 an
LICENSE 6dde0518ca Revert to Apache 2.0 license verbatim [skip ci] (#504) il y a 6 ans
MAINTAINERS.md 09b30466f6 Update links (#1926) il y a 1 an
NOTICES.txt e9273f1d54 [CodeGenLib] Translator for enums containing type aliases and static properties (#1733) il y a 2 ans
PATENTS 36f2bde28e Add PATENTS declaration il y a 9 ans
Package.swift 6f396ca3ae Use SwiftProtobuf's new CodeGenerator interface (#2043) il y a 1 an
Package@swift-6.swift 17b2054451 Adopt swift-testing for status tests (#2049) il y a 1 an
README.md 7e6f4cfac2 Point to correct docs from README (#2034) il y a 1 an
SECURITY.md 7fbc418471 Add a security policy. (#1193) il y a 4 ans

README.md

gRPC Swift

This repository contains a gRPC code generator and runtime libraries for Swift. You can read more about gRPC on the gRPC project's website.

Versions

gRPC Swift is currently undergoing active development to take full advantage of Swift's native concurrency features. The culmination of this work will be a new major version, v2.x. Pre-release versions will be available in the near future.

In the meantime, v1.x is available and still supported. You can read more about it on the Swift Package Index.

Security

Please see SECURITY.md.

License

gRPC Swift is released under the same license as gRPC, repeated in LICENSE.

Contributing

Please get involved! See our guidelines for contributing.