sim-codec-bridge 0.1.1

BRIDGE packet line codec for SIM.
Documentation
1
2
3
4
5
6
use sim_kernel::Symbol;

/// Returns the packet shape symbol owned by the BRIDGE codec.
pub fn bridge_packet_shape_symbol() -> Symbol {
    Symbol::qualified("bridge", "Packet")
}