Cargo Features

[dependencies]
uniform-cubic-splines = { version = "0.1.8", default-features = false, features = ["std", "unstable", "monotonic_check"] }
default = monotonic_check

The monotonic_check feature is set by default whenever uniform-cubic-splines is added without default-features = false somewhere in the dependency tree.

std

Enables use_std of is_sorted

Enable the is_sorted check on spline_inverse()

unstable

Enables unstable of is_sorted

monotonic_check default = is_sorted

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.

is_sorted monotonic_check std? unstable?