## tendermint-proto [![Crate][crate-image]][crate-link] [![Docs][docs-image]][docs-link] [![Build Status][build-image]][build-link] [![Audit Status][audit-image]][audit-link] [![Apache 2.0 Licensed][license-image]][license-link] ![Rust Stable][rustc-image] Crate for interacting with Tendermint [proto structs][tendermint-go-proto-link]. [Documentation][docs-link] ## Requirements - The latest stable version of Rust ## License Copyright © 2020 Informal Systems Licensed under the Apache License, Version 2.0 (the "License"); you may not use the files in this repository except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. [//]: # (badges) [crate-image]: https://img.shields.io/crates/v/tendermint-proto.svg [crate-link]: https://crates.io/crates/tendermint-proto [docs-image]: https://docs.rs/tendermint-proto/badge.svg [docs-link]: https://docs.rs/tendermint-proto/ [build-image]: https://github.com/informalsystems/tendermint-rs/workflows/Rust/badge.svg [build-link]: https://github.com/informalsystems/tendermint-rs/actions?query=workflow%3ARust [audit-image]: https://github.com/informalsystems/tendermint-rs/workflows/Audit-Check/badge.svg [audit-link]: https://github.com/informalsystems/tendermint-rs/actions?query=workflow%3AAudit-Check [license-image]: https://img.shields.io/badge/license-Apache2.0-blue.svg [license-link]: https://github.com/informalsystems/tendermint-rs/blob/main/LICENSE [rustc-image]: https://img.shields.io/badge/rustc-stable-blue.svg [//]: # (general links) [tendermint-go-proto-link]: https://github.com/tendermint/tendermint/tree/main/proto/tendermint