Cargo Features

rsutil has no features set by default.

[dependencies]
rsutil = { version = "0.1.26", features = ["full", "log", "log-lineno", "log4rs", "macros", "py", "types"] }
full = log4rs, macros, magical_rs, py, types
log log-lineno? log4rs?

Enables log

Affects rsutil::log

log-lineno = log
log4rs full? = chrono, log

Enables log4rs

macros full?

Affects macros::extra

py full?

Affects macros::py

types full? = serde

Affects rsutil::types

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

chrono log4rs?
magical_rs full?
serde types?