Cargo Features

[dependencies]
ms_toollib = { version = "1.4.7", default-features = false, features = ["js", "py", "rs"] }
default = rs

The rs feature is set by default whenever ms_toollib is added without default-features = false somewhere in the dependency tree.

js = getrandom

Affects utils::js_shuffle

py = rand, tract-onnx

Affects algorithms::laymine_solvable_thread, algorithms::sample_3BVs_exp, algorithms::OBR_board, algorithms::agent_step

rs default = rand, tract-onnx

Affects algorithms::laymine_solvable_thread, algorithms::sample_3BVs_exp, algorithms::OBR_board, algorithms::agent_step

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.

getrandom js?
rand py? rs
tract-onnx py? rs

Enables tract-onnx ^0.15.8