No Description

George Barnett 82a2e23370 Allow access level on imports to be disabled (#2032) 1 year ago
.github 9457258dd6 Add check that generated code is up-to-date (#2013) 1 year ago
Examples e3258e9357 Fix echo example (#2025) 1 year ago
FuzzTesting 431d8078ca Move examples to top-level (#2024) 1 year ago
Performance 36ffcb49fd Swift 6-ify the package manifest (#1955) 1 year ago
Plugins 06b7e97e39 Use plugin work directory URL (#1990) 1 year ago
Protos 431d8078ca Move examples to top-level (#2024) 1 year ago
Sources 82a2e23370 Allow access level on imports to be disabled (#2032) 1 year ago
Tests 82a2e23370 Allow access level on imports to be disabled (#2032) 1 year ago
dev 431d8078ca Move examples to top-level (#2024) 1 year ago
docs 431d8078ca Move examples to top-level (#2024) 1 year ago
scripts ad52f944b2 Add a 'Hello, World' tutorial (#2023) 1 year ago
.editorconfig 0e4aac54e8 Add editorconfig (#1920) 1 year ago
.gitignore 99e9956158 Add support for ordo-one/package-benchmark (#1678) 2 years ago
.gitmodules 63c6acfa40 Move CgRPC, gRPC, and QuickProto to "Sources" directory and add new top-level Package.swift. 9 years ago
.spi.yml ad52f944b2 Add a 'Hello, World' tutorial (#2023) 1 year ago
.swift-format 9cdcd2d9de Switch to swift-format 2 years ago
AUTHORS 0aa90a79ee Relicense to Apache 2, change owners to "the gRPC Authors". 8 years ago
CODE-OF-CONDUCT.md 09b30466f6 Update links (#1926) 1 year ago
CONTRIBUTING.md 09b30466f6 Update links (#1926) 1 year ago
GOVERNANCE.md 09b30466f6 Update links (#1926) 1 year ago
LICENSE 6dde0518ca Revert to Apache 2.0 license verbatim [skip ci] (#504) 6 years ago
MAINTAINERS.md 09b30466f6 Update links (#1926) 1 year ago
NOTICES.txt e9273f1d54 [CodeGenLib] Translator for enums containing type aliases and static properties (#1733) 2 years ago
PATENTS 36f2bde28e Add PATENTS declaration 9 years ago
Package.swift 431d8078ca Move examples to top-level (#2024) 1 year ago
Package@swift-6.swift 431d8078ca Move examples to top-level (#2024) 1 year ago
README.md f3917796e9 Add docc docs for grpc core (#2016) 1 year ago
SECURITY.md 7fbc418471 Add a security policy. (#1193) 4 years ago

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.