Expand description
ABCI framework for building Tendermint applications in Rust.
Re-exports§
pub use error::Error;
Modules§
- error
- tendermint-abci errors
Structs§
- Server
- A TCP-based server for serving a specific ABCI application.
- Server
Builder - Allows us to configure and construct an ABCI server.
Traits§
- Application
- An ABCI application.