kf-protocol 2.0.3

Native Rust implementation of kafka protocol
Documentation
<h1 align="center">flv-kf-protocol</h1>
<div align="center">
 <strong>
   Native Rust implementation of kafka protocol.
 </strong>
</div>

<div align="center">
   <!-- CI status -->
  <a href="https://github.com/infinyon/flv-kf-protocol/actions">
    <img src="https://github.com/infinyon/flv-kf-protocol/workflows/CI/badge.svg"
      alt="CI Status" />
  </a>
  <!-- Crates version -->
  <a href="https://crates.io/crates/kf-protocol">
    <img src="https://img.shields.io/crates/v/kf-protocol?style=flat-square"
    alt="Crates.io version" />
  </a>
  <!-- Downloads -->
  <a href="https://crates.io/crates/kf-protocol">
    <img src="https://img.shields.io/crates/d/kf-protocol.svg?style=flat-square"
      alt="Download" />
  </a>
  <!-- docs.rs docs -->
  <a href="https://docs.rs/kf-protocol">
    <img src="https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square"
      alt="docs.rs docs" />
  </a>
</div>



## Support platform

* Mac Os X
* Linux


## License

This project is licensed under the [Apache license](LICENSE-APACHE).

### Contribution
If you'd like to contribute to the project, please read our [Contributing guide](CONTRIBUTING.md).

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in flv-kf-protocol by you, shall be licensed as Apache, without any additional terms or conditions.