NAME
Linux::Event::Framer::Varint - native unsigned LEB128 framing declaration
SYNOPSIS
package CompactStream;
use parent 'Linux::Event::Stream';
use Linux::Event::Framer 'Varint',
max_frame => 1_048_576; # optional
DESCRIPTION
Uses a canonical unsigned LEB128 payload-length prefix. include_prefix controls inbound delivery and max_frame bounds payload length. send prepends the canonical variable-width encoding.