jayvdb / buffoon

A protobuf library for Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Buffoon

A simple Google Protocol Buffers library for Rust.

Usage

To use buffoon, first add this to your Cargo.toml:

[dependencies]
buffoon = "0.5"

Then, add this to your crate root:

extern crate buffoon;

Overview

Buffoon is a simple implementation of the Google Protocol Buffers library for Rust. It only provides support for reading from and writing to Protocol Buffer streams. It does not support any code generation or schema definition.

About

A protobuf library for Rust


Languages

Language:Rust 100.0%