Cargo Features

Piece has no features set by default.

[dependencies]
piece = { version = "0.2.1", features = ["all", "stable", "boxed", "vec"] }
all = boxed, vec
stable = allocator-api2
boxed all?

Enables alloc of optional allocator-api2

Affects piece::boxed

vec all?

Enables alloc of optional allocator-api2

Affects piece::vec

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.

allocator-api2 stable?