Cargo Features

[dependencies]
musi_lili = { version = "0.1.0", default-features = false, features = ["std", "private_api"] }
default = std

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

std default

Enables std of tan_lili and tawa_lili

private_api

Enables private_api of tan_lili and tawa_lili

Affects run::run