Cargo Features

[dependencies]
packer = { version = "0.5.7", default-features = false, features = ["always_pack", "ignore"] }
default = ignore

The ignore feature is set by default whenever packer is added without default-features = false somewhere in the dependency tree.

always_pack

Enables always_pack of packer_derive

ignore default

Enables ignore of packer_derive

Packer has 3 features without comments.