Cargo Features

[dependencies]
pi_world = { version = "0.2.16", default-features = false, features = ["single_thread", "trace", "rc"] }
default = single_thread

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

single_thread default
trace
rc

Enables rc of pi_arr and pi_share

pi_world has 4 features without comments.