tm-abci 0.1.0

tendermint ABCI trait in no_std
Documentation
1
2
3
4
5
6
7
#![no_std]

extern crate alloc;

mod async_abci;
pub use async_abci::*;