Cargo Features

dungeon-cell has no features set by default.

[dependencies]
dungeon-cell = { version = "0.1.0", features = ["std", "alloc", "unsize", "many_arg_fn"] }
std = alloc
alloc std?
unsize

Enable use of nightly feature unsize.

Affects auto::unsize

many_arg_fn

Enable AutoCoerceFrom for functions with arguments 11-30.