Cargo Features

libsw-core has no features set by default.

[dependencies]
libsw-core = { version = "0.3.1", features = ["std", "tokio", "coarsetime", "quanta", "time"] }
std coarsetime? quanta? time? tokio?

Affects libsw-core::Sw, libsw-core::SystemSw

tokio = std

Enables tokio

Affects libsw-core::TokioSw

coarsetime = std

Enables coarsetime

Affects libsw-core::CoarseSw

quanta = std

Enables quanta

Affects libsw-core::QuantaSw

time = std

Enables time

Affects libsw-core::TimeSw