Cargo Features

linear_collections has no features set by default.

[dependencies]
linear_collections = { version = "0.3.0", features = ["serde", "macros"] }
serde

Adds support for ser/deserialization of *non-array types* with serde.
To serialize array backed types, enable the "serde-big-array" feature as well.

Enables serde and serde_test

macros

Linear-collections can use macros to validate literals structures at compile time.
These add a number of dependencies and are thus feature gated.

Enables linear_collections_macros

Affects test::macro_tests