Cargo Features

zero_based_index has no features set by default.

[dependencies]
zero_based_index = { version = "0.2.2", features = ["unchecked_math", "const_inherent_unchecked_arith", "nightly", "doc"] }
unchecked_math nightly?
const_inherent_unchecked_arith nightly? = const_fn
nightly = const_inherent_unchecked_arith, unchecked_math
doc = include_display_mode_tex

such feature is needed in order to avoid compilation of nightly include_display_mode_tex which is used only for documentation generation

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.

include_display_mode_tex doc?
const_fn const_inherent_unchecked_arith?