pub fn decode_bridge_text_with_limits(
text: &str,
book: &BridgeBook,
codec: CodecId,
limits: DecodeLimits,
) -> Result<BridgePacket>Expand description
Decodes the strict BRIDGE/1 line face under caller-supplied decode limits.
pub fn decode_bridge_text_with_limits(
text: &str,
book: &BridgeBook,
codec: CodecId,
limits: DecodeLimits,
) -> Result<BridgePacket>Decodes the strict BRIDGE/1 line face under caller-supplied decode limits.