Cargo Features

CellMap has no features set by default.

[dependencies]
cell-map = { version = "0.5.3", features = ["json", "debug_iters", "debug_maps"] }
json debug_iters? debug_maps? = serde_json

Feature enabling from_json and to_json functionality.

debug_iters = json

Debugging feature which will create _debug_x_report.json files to visualise iterators.

debug_maps = json

Debugging feature which will create _debug_x_map.json files to visualise maps from tests.

Affects cell-map::write_debug_map

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.

serde_json json?