Cargo Features

caminos-lib has no features set by default.

[dependencies]
caminos-lib = { version = "0.6.3", features = ["raw_packet", "slab_packet"] }
raw_packet

Affects packet::PacketRefInner

slab_packet = slab

Affects packet::PacketRefInner

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

slab slab_packet?

Enables slab

For allocations of specific sizes.