Skip to content

carllerche/buffoon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages