All Projects → JuliaIO → Protobuf.jl

JuliaIO / Protobuf.jl

Licence: other
Julia protobuf implementation

Programming Languages

julia
2034 projects

Projects that are alternatives of or similar to Protobuf.jl

Protobuf Swift
Google ProtocolBuffers for Apple Swift
Stars: ✭ 925 (+628.35%)
Mutual labels:  protobuf, protocol-buffers
Protobuf Nim
Protobuf implementation in pure Nim that leverages the power of the macro system to not depend on any external tools
Stars: ✭ 90 (-29.13%)
Mutual labels:  protobuf, protocol-buffers
Protobuf
Go support for Google's protocol buffers
Stars: ✭ 8,111 (+6286.61%)
Mutual labels:  protobuf, protocol-buffers
Prototool
Your Swiss Army Knife for Protocol Buffers
Stars: ✭ 4,932 (+3783.46%)
Mutual labels:  protobuf, protocol-buffers
Protoc Gen Struct Transformer
Transformation functions generator for Protocol Buffers.
Stars: ✭ 105 (-17.32%)
Mutual labels:  protobuf, protocol-buffers
Protoreflect
Reflection (Rich Descriptors) for Go Protocol Buffers
Stars: ✭ 651 (+412.6%)
Mutual labels:  protobuf, protocol-buffers
Protocol Buffers Language Server
[WIP] Protocol Buffers Language Server
Stars: ✭ 44 (-65.35%)
Mutual labels:  protobuf, protocol-buffers
Protolock
Protocol Buffer companion tool. Track your .proto files and prevent changes to messages and services which impact API compatibility.
Stars: ✭ 394 (+210.24%)
Mutual labels:  protobuf, protocol-buffers
Protoc Jar
Protocol Buffers protobuf compiler - multi-platform executable protoc JAR and API
Stars: ✭ 103 (-18.9%)
Mutual labels:  protobuf, protocol-buffers
Protobuf
Python implementation of Protocol Buffers data types with dataclasses support
Stars: ✭ 101 (-20.47%)
Mutual labels:  protobuf, protocol-buffers
Protobuf
[Looking for new ownership] Protocol Buffers for Go with Gadgets
Stars: ✭ 4,998 (+3835.43%)
Mutual labels:  protobuf, protocol-buffers
Protodot
transforming your .proto files into .dot files (and .svg, .png if you happen to have graphviz installed)
Stars: ✭ 107 (-15.75%)
Mutual labels:  protobuf, protocol-buffers
Protobuf
A pure Elixir implementation of Google Protobuf
Stars: ✭ 442 (+248.03%)
Mutual labels:  protobuf, protocol-buffers
Go Proto Validators
Generate message validators from .proto annotations.
Stars: ✭ 713 (+461.42%)
Mutual labels:  protobuf, protocol-buffers
Kroto Plus
gRPC Kotlin Coroutines, Protobuf DSL, Scripting for Protoc
Stars: ✭ 400 (+214.96%)
Mutual labels:  protobuf, protocol-buffers
Samay
Command line Time tracking and reporting. Built using Go(programming language) and protocol buffers.
Stars: ✭ 37 (-70.87%)
Mutual labels:  protobuf, protocol-buffers
Gunk
Modern frontend and syntax for Protocol Buffers
Stars: ✭ 305 (+140.16%)
Mutual labels:  protobuf, protocol-buffers
Proto
parser for Google ProtocolBuffers definition
Stars: ✭ 359 (+182.68%)
Mutual labels:  protobuf, protocol-buffers
Pufferdb
🐡 An Android & JVM key-value storage powered by Protobuf and Coroutines
Stars: ✭ 91 (-28.35%)
Mutual labels:  protobuf, protocol-buffers
Protobuf
Protocol Buffers - Google's data interchange format
Stars: ✭ 52,305 (+41085.04%)
Mutual labels:  protobuf, protocol-buffers

ProtoBuf.jl

Build Status

Coverage Status

Protocol buffers are a language-neutral, platform-neutral, extensible way of serializing structured data for use in communications protocols, data storage, and more.

ProtoBuf.jl is a Julia implementation for protocol buffers.

Both version 2 and 3 of the protobuf specification language are supported.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].