Library Moduleswift-protobuf 1.29.0SwiftProtobufPluginLibrary

SwiftProtobufPluginLibrary

A reusable framework for building protoc plugins in Swift.

index.md
import SwiftProtobufPluginLibrary

Module information

Declarations
435
Symbols
751

Coverage

71.5 percent of the declarations in SwiftProtobufPluginLibrary are fully documented24.8 percent of the declarations in SwiftProtobufPluginLibrary are indirectly documented3.7 percent of the declarations in SwiftProtobufPluginLibrary are completely undocumented

Declarations

2.1 percent of the declarations in SwiftProtobufPluginLibrary are global functions or variables1.6 percent of the declarations in SwiftProtobufPluginLibrary are operators17.5 percent of the declarations in SwiftProtobufPluginLibrary are initializers, type members, or enum cases63.0 percent of the declarations in SwiftProtobufPluginLibrary are instance members2.1 percent of the declarations in SwiftProtobufPluginLibrary are protocols5.1 percent of the declarations in SwiftProtobufPluginLibrary are protocol requirements2.1 percent of the declarations in SwiftProtobufPluginLibrary are default implementations3.4 percent of the declarations in SwiftProtobufPluginLibrary are structures2.5 percent of the declarations in SwiftProtobufPluginLibrary are classes0.7 percent of the declarations in SwiftProtobufPluginLibrary are typealiases

Interfaces

98.4 percent of the declarations in SwiftProtobufPluginLibrary are unrestricted1.6 percent of the declarations in SwiftProtobufPluginLibrary are underscored
Module stats and coverage details

Overview

The protoc-gen-swift program is run by protoc to generate Swift code from the parsed proto data. This library encapsulates many of the common elements needed to build such programs. It’s separated out here so that other people can reuse it.