This library contains the Ruby extension that implements Protocol Buffers functionality in Ruby.
The Ruby extension makes use of generated Ruby code that defines message and enum types in a Ruby DSL. You may write definitions in this DSL directly, but we recommend using protoc's Ruby generation support with .proto
files. The build process in this directory only installs the extension; you need to install protoc
(in package ruby-grpc-tools) as well to have Ruby code generation functionality.
This package contains typing stubs for protobuf
, a very small subset the Python stubs contained in the complete typeshed
collection.
This package provides a code generator for rust-protobuf. It includes a library to invoke programmatically (e.g. from build.rs
) and protoc-gen-rust
binary.
This package provides a pure-rust codegen for protobuf using protobuf-parser.
Generates RProtobuf classes for FactSet
STACH V2 tabular format which represents complex multi-dimensional array of data. These classes help in the serialization and deserialization of STACH V2 formatted data. See GitHub
repository documentation for more information.
Gogoprotobuf is a fork of golang/protobuf with extra code generation features. This code generation is used to achieve:
fast marshalling and unmarshalling
more canonical Go structures
goprotobuf compatibility
less typing by optionally generating extra helper code
peace of mind by optionally generating test and benchmark code
other serialization formats
This package can read a protobuf schema from the disk, parse it and resolve all imports.
This package provides Go support for the Protocol Buffers data serialization format.
The protobuf package provides a Go implementation of Protocol Buffers, a language and platform neutral, extensible mechanism for serializing structured data. It is a successor to go-github-com-golang-protobuf
with an improved and cleaner API.
Go implementation for protocol buffers, which is a language-neutral, platform-neutral, extensible mechanism for serializing structured data. The protocol buffer language is a language for specifying the schema for structured data. This schema is compiled into language specific bindings.
Protocol buffers are a language-neutral, platform-neutral extensible mechanism for serializing structured data.
Allow clients to convert FactSet
STACH formatted data to simpler tabular formats in the form of data frames. This package also provides helper methods to extract the meta data from FactSet
STACH formatted data. See documentation on the GitHub
repository for more information.
This package provides various Protocol Buffer extensions for the Go language, namely support for record length-delimited message streaming.