cometbft-rpc contains the core types returned by a CometBFT node's RPC endpoint.
All networking related features are feature guarded to keep the dependencies small in
cases where only the core types are needed.
// Re-export according to alloc::prelude::v1 because it is not yet stabilized
// https://doc.rust-lang.org/src/alloc/prelude/v1.rs.html
pubusealloc::{borrow::ToOwned,boxed::Box,
format,string::{String,ToString},
vec,vec::Vec,};pubusecore::prelude::v1::*;