Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/frugalos/raftlog_protobuf

Encoders and decoders of the Protocol-Buffers messages for the constituents defined in the raftlog crate
https://github.com/frugalos/raftlog_protobuf

protocol-buffers raft rust

Last synced: about 2 months ago
JSON representation

Encoders and decoders of the Protocol-Buffers messages for the constituents defined in the raftlog crate

Awesome Lists containing this project

README

        

raftlog_protobuf
================

[![Crates.io: raftlog_protobuf](https://img.shields.io/crates/v/raftlog_protobuf.svg)](https://crates.io/crates/raftlog_protobuf)
[![Documentation](https://docs.rs/raftlog_protobuf/badge.svg)](https://docs.rs/raftlog_protobuf)
[![Build Status](https://travis-ci.org/frugalos/raftlog_protobuf.svg?branch=master)](https://travis-ci.org/frugalos/raftlog_protobuf)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

Encoders and decoders of [Protocol Buffers] messages for the [`raftlog`]'s constituents.

[Documentation](https://docs.rs/raftlog_protobuf)

[`raftlog`]: https://github.com/frugalos/raftlog
[Protocol Buffers]: https://developers.google.com/protocol-buffers/