1/// Maximum length we'll accept a frame body. (4 MiB) 2pub const MAX_FRAME_BODY_LEN: usize = 1 << 22; 3 4/// The version of ecksport-core that was built. 5pub const ECKSPORT_CORE_VERSION: Option<&str> = option_env!("CARGO_PKG_VERSION");