Cargo Features

mlsnd has no features set by default.

[dependencies]
mlsnd = { version = "0.1.1", features = ["bench"] }
bench = fastrand, moving-least-squares

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.

moving-least-squares bench?

Enables moving-least-squares

this allows usage of the testing module in benchmarks.

fastrand bench?

Enables fastrand ^1