Crates.io | kinetic-protobuf |
lib.rs | kinetic-protobuf |
version | 0.1.2 |
source | src |
created_at | 2017-01-14 13:13:53.074991 |
updated_at | 2017-01-15 03:32:02.965355 |
description | Rust library for interfacing with Kinetic protocol buffers. |
homepage | |
repository | https://github.com/peterdelevoryas/kinetic-protobuf |
max_upload_size | |
id | 8058 |
size | 651,659 |
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
.
In your Cargo.toml
,
[dependencies]
kinetic-protobuf = "0.1.2"
In your source,
extern crate kinetic_protobuf;
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.