Module comrades

Source
Expand description

Specialized Comrade types.

Structsยง

ArcBytes
Basically Arc<[u8]> but only takes up half the stack space.
RcBytes
Basically Rc<[u8]> but only takes up half the stack space.