prost
protobuf compiler
A Rust implementation of Protocol Buffers for generating idiomatic and readable code from proto2 and proto3 files.
PROST! a Protocol Buffers implementation for the Rust Language
4k stars
34 watching
518 forks
Language: Rust
last commit: about 1 month ago
Linked from 1 awesome list
protobufrust
Related projects:
Repository | Description | Stars |
---|---|---|
stepancheg/rust-protobuf | Rust implementation of Google protocol buffers for serialization and deserialization | 2,820 |
dalance/procs | A modern process viewer replacement written in Rust with features like colored output and multi-column search. | 5,217 |
tokio-rs/tokio | A runtime for writing reliable asynchronous applications with Rust. | 27,366 |
rust-lang/crates.io | A central registry and infrastructure for sharing Rust packages, written in Rust | 3,022 |
appsflyer/pronto | A Clojure library for working with Protocol Buffers 3 data structures in an idiomatic and type-safe way. | 110 |
rust-lang/futures-rs | Provides the foundations for asynchronous programming in Rust. | 5,447 |
console-rs/indicatif | Provides a way to display progress and indicators in command line applications | 4,502 |
seed-rs/seed | A Rust framework for building fast and reliable web apps with an Elm-like architecture. | 3,808 |
rust-lang/rust-bindgen | Automates the process of creating Rust interfaces to C and C++ libraries. | 4,531 |
dtolnay/proc-macro-workshop | Rust procedural macro tutorial project with examples of attribute macros, derive macros, and function-like macros. | 4,261 |
youki-dev/youki | An implementation of the OCI runtime-spec in Rust to create a container runtime. | 6,370 |
rust-lang/cargo | The Rust package manager responsible for downloading and compiling dependencies for Rust projects. | 12,919 |
devkanro/intellij-protobuf-plugin | An IntelliJ-based plugin that provides support for the Protocol Buffers language in IDEs | 84 |
eclipse-ecal/rosidl_typesupport_protobuf | A middleware-agnostic ROS2 static typesupport library using Protobuf for serialization/deserialization. | 56 |
ebtech/rust-algorithms | A collection of classic data structures and algorithms in Rust, showcasing the design and implementation for learning and reference purposes. | 3,778 |