Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 485 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 485 Bytes

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.