Cargo Features
[dependencies]
libsw = { version = "3.4.0", default-features = false, features = ["std", "nightly", "std_instant", "std_systemtime", "tokio", "coarsetime", "quanta", "time"] }
- 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
-
Enables std of libsw-core
Affects
libsw::Sw
,libsw::Stopwatch
… - std_systemtime default = std
-
Enables std of libsw-core
Affects
libsw::SystemSw
… - tokio = std
-
Enables tokio, tokio of libsw-core
Affects
libsw::TokioSw
… - coarsetime = std
-
Enables coarsetime, coarsetime of libsw-core
Affects
libsw::CoarseSw
… - quanta = std
-
Enables quanta, quanta of libsw-core
Affects
libsw::QuantaSw
… - time = std
-
Enables time, time of libsw-core
Affects
libsw::TimeSw
…