blip 0.1.0-alpha.2

A framework for writing in-process gRPC mesh services.
Documentation
<p align="center">
  <!-- project logo --!>
  <img src="blip.png" alt="logo"><br><br>
  <!-- docs.rs --!>
  <a href="https://docs.rs/blip">
    <img alt="Docs.rs" src="https://docs.rs/blip/badge.svg">
  </a>
  <!-- crates.io version !-->
  <a href="https://crates.io/crates/blip">
    <img alt="Crates.io" src="https://img.shields.io/crates/v/blip?style=flat-square">
  </a>
  <!-- crates.io downloads --!>
  <a href="https://crates.io/crates/blip">
    <img alt="Crates.io" src="https://img.shields.io/crates/d/blip?style=flat-square">
  </a>
  <!-- crates.io license --!>
  <a href="./LICENSE-APACHE">
    <img alt="Apache-2.0 OR MIT" src="https://img.shields.io/crates/l/blip?style=flat-square">
  </a>
</p>

# References
* [Stable and Consistent Membership at Scale with Rapid](https://arxiv.org/abs/1803.03620)
* [Fast Paxos](https://www.microsoft.com/en-us/research/wp-content/uploads/2016/02/tr-2005-112.pdf)

# License
Licensed under either of

 * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
 * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)

at your option.

## Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.