Cargo Features
[dependencies]
libsw = { version = "3.3.1", default-features = false, features = ["std", "nightly", "std_instant", "std_systemtime", "tokio", "time", "coarsetime", "quanta"] }
- default = std_instant, std_systemtime
-
These default features are set whenever
libsw
is added without
somewhere in the dependency tree.default-features = false - std coarsetime? quanta? std_instant std_systemtime time? tokio?
- nightly
- std_instant default = std
-
Affects
libsw::Sw
,libsw::Stopwatch
… - std_systemtime default = std
-
Affects
libsw::SystemSw
… - tokio = std
-
Enables tokio
Affects
libsw::TokioSw
… - time = std
-
Enables time
Affects
libsw::TimeSw
… - coarsetime = std
-
Enables coarsetime
Affects
libsw::CoarseSw
… - quanta = std
-
Enables quanta
Affects
libsw::QuantaSw
…