# async-abci
An ABCI like [tendermint-abci](https://crates.io/crates/tendermint-abci), but asynchronous.
## Version
- tendermint: 0.34.21
## Packages
| async-abci | use tendermint in Rust |  |  |
| tm-abci | ABCI interface in `no_std` |  |  |
| tm-protos | ABCI types in `no_std` |  |  |
## Features
- async-abci: async version of ABCI, fully cooperate with `Flush` in ABCI message.
- Async runtime support: tokio, smol.
## Design
### Consensus
