//! ICS-03: Connection Semantics implementation to process connection open
//! handshake. Exports data structures and implementations of IBC core
//! connection module.
extern crate std;
/// Re-exports ICS-03 data structures from the `ibc-core-connection-types` crate