Няма описание

George Barnett f3917796e9 Add docc docs for grpc core (#2016) преди 1 година
.github 9457258dd6 Add check that generated code is up-to-date (#2013) преди 1 година
Examples 666e30dff3 Update SwiftFormat version (#1639) преди 2 години
FuzzTesting c00c957e2a Fix broken symlinks (#1988) преди 1 година
Performance 36ffcb49fd Swift 6-ify the package manifest (#1955) преди 1 година
Plugins 06b7e97e39 Use plugin work directory URL (#1990) преди 1 година
Protos 9457258dd6 Add check that generated code is up-to-date (#2013) преди 1 година
Sources f3917796e9 Add docc docs for grpc core (#2016) преди 1 година
Tests a2e6784cfb Use fully qualified types in generated code (#2012) преди 1 година
dev 8a70336d12 Remove the gRPC Authors copyright header from generated swift files (#1612) преди 2 години
docs f77ea8088c Move v1 examples to v1 subdirectory (#1963) преди 1 година
scripts 9457258dd6 Add check that generated code is up-to-date (#2013) преди 1 година
.editorconfig 0e4aac54e8 Add editorconfig (#1920) преди 1 година
.gitignore 99e9956158 Add support for ordo-one/package-benchmark (#1678) преди 2 години
.gitmodules 63c6acfa40 Move CgRPC, gRPC, and QuickProto to "Sources" directory and add new top-level Package.swift. преди 9 години
.spi.yml f3917796e9 Add docc docs for grpc core (#2016) преди 1 година
.swift-format 9cdcd2d9de Switch to swift-format преди 2 години
AUTHORS 0aa90a79ee Relicense to Apache 2, change owners to "the gRPC Authors". преди 8 години
CODE-OF-CONDUCT.md 09b30466f6 Update links (#1926) преди 1 година
CONTRIBUTING.md 09b30466f6 Update links (#1926) преди 1 година
GOVERNANCE.md 09b30466f6 Update links (#1926) преди 1 година
LICENSE 6dde0518ca Revert to Apache 2.0 license verbatim [skip ci] (#504) преди 6 години
MAINTAINERS.md 09b30466f6 Update links (#1926) преди 1 година
NOTICES.txt e9273f1d54 [CodeGenLib] Translator for enums containing type aliases and static properties (#1733) преди 2 години
PATENTS 36f2bde28e Add PATENTS declaration преди 9 години
Package.swift a1760349d5 Update to protobuf 1.27.0 (#1973) преди 1 година
Package@swift-6.swift 3dce993af9 Add explicit access-level modifier support for imports in code generator (#2010) преди 1 година
README.md f3917796e9 Add docc docs for grpc core (#2016) преди 1 година
SECURITY.md 7fbc418471 Add a security policy. (#1193) преди 4 години

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.