kinetic-protobuf

Crates.iokinetic-protobuf
lib.rskinetic-protobuf
version0.1.2
sourcesrc
created_at2017-01-14 13:13:53.074991
updated_at2017-01-15 03:32:02.965355
descriptionRust library for interfacing with Kinetic protocol buffers.
homepage
repositoryhttps://github.com/peterdelevoryas/kinetic-protobuf
max_upload_size
id8058
size651,659
Peter James Delevoryas (peterdelevoryas)

documentation

README

kinetic-protobuf

Build Status License Documentation

This library compiles the Kinetic protocol buffer specification to a Rust library using rust-protobuf. Users can simply add the library as a dependency for their projects. This is not an implementation of a Kinetic client library for Rust: for that, see tokio-kinetic.

Usage

In your Cargo.toml,

[dependencies]
kinetic-protobuf = "0.1.2"

In your source,

extern crate kinetic_protobuf;

Licensing

kinetic-protobuf is distributed under the terms of the MIT license. The Kinetic Protocol is licensed under Mozilla Public License 2.0, and so I have included the Kinetic Protocol source repository, used to generate this library (specifically the file "kinetic.proto"), as a submodule for users to have access to.

Commit count: 0

cargo fmt