Sem descrição

George Barnett 3ef3a9f42a Bump version number to 1.24.0 (#2088) há 1 ano atrás
.github 183fe93d96 Update branch name in CI (#2087) há 1 ano atrás
Examples 7789f1ef69 Propagate context to server RPC handlers (#2059) há 1 ano atrás
FuzzTesting 431d8078ca Move examples to top-level (#2024) há 1 ano atrás
Performance 36ffcb49fd Swift 6-ify the package manifest (#1955) há 1 ano atrás
Plugins cfdce0774c Ensure file path isn't percent encoded in the plugin (#2086) há 1 ano atrás
Protos 1b060a3210 Enable `InternalImportsByDefault` in remaining modules (#2042) há 1 ano atrás
Sources 3ef3a9f42a Bump version number to 1.24.0 (#2088) há 1 ano atrás
Tests 20269e0c4c Standardise some naming (#2063) há 1 ano atrás
dev 431d8078ca Move examples to top-level (#2024) há 1 ano atrás
docs 431d8078ca Move examples to top-level (#2024) há 1 ano atrás
scripts a98b0f327e Update plugin bundling script (#2053) há 1 ano atrás
.editorconfig 0e4aac54e8 Add editorconfig (#1920) há 1 ano atrás
.gitignore 99e9956158 Add support for ordo-one/package-benchmark (#1678) há 2 anos atrás
.gitmodules 63c6acfa40 Move CgRPC, gRPC, and QuickProto to "Sources" directory and add new top-level Package.swift. há 9 anos atrás
.spi.yml ad52f944b2 Add a 'Hello, World' tutorial (#2023) há 1 ano atrás
.swift-format 9cdcd2d9de Switch to swift-format há 2 anos atrás
AUTHORS 0aa90a79ee Relicense to Apache 2, change owners to "the gRPC Authors". há 8 anos atrás
CODE-OF-CONDUCT.md 09b30466f6 Update links (#1926) há 1 ano atrás
CONTRIBUTING.md 09b30466f6 Update links (#1926) há 1 ano atrás
GOVERNANCE.md 09b30466f6 Update links (#1926) há 1 ano atrás
LICENSE 6dde0518ca Revert to Apache 2.0 license verbatim [skip ci] (#504) há 6 anos atrás
MAINTAINERS.md 09b30466f6 Update links (#1926) há 1 ano atrás
NOTICES.txt e9273f1d54 [CodeGenLib] Translator for enums containing type aliases and static properties (#1733) há 2 anos atrás
PATENTS 36f2bde28e Add PATENTS declaration há 9 anos atrás
Package.swift 78da46d618 Raise minimum Swift version to 5.9 (#2064) há 1 ano atrás
Package@swift-6.swift 78da46d618 Raise minimum Swift version to 5.9 (#2064) há 1 ano atrás
README.md 7e6f4cfac2 Point to correct docs from README (#2034) há 1 ano atrás
SECURITY.md 7fbc418471 Add a security policy. (#1193) há 4 anos atrás

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.