Cargo Features

timestudy has no features set by default.

[dependencies]
timestudy = { version = "0.10.4", features = ["test-utils"] }

Outside of lib.rs, if using any of the functions provided in the test_utils module,
the test-utils feature must be used so that the temp dir version of Config::set_dir() gets used,
rather than the version that uses the proper user data directory. Note that this applies to the integration tests as well.

test-utils

timestudy has 1 feature without comment.