Cargo Features

[dependencies]
time_tools = { version = "0.2.0", default-features = false, features = ["no_std", "use_alloc", "full", "enabled", "time_now"] }

include = [
"/rust/impl/time",
"/Cargo.toml",
"/Readme.md",
"/License",
]

default = enabled, time_now

These default features are set whenever time_tools is added without default-features = false somewhere in the dependency tree.

no_std
use_alloc full?
full = enabled, time_now, use_alloc
enabled default full? time_now

Affects time_tools::dependency, time_tools::protected, time_tools::orphan, time_tools::exposed, time_tools::prelude, time_tools::now

time_now default full? = enabled

Affects time_tools::now