Cargo Features

ReArch has no features set by default.

[dependencies]
rearch = { version = "0.10.1", features = ["logging", "experimental-api"] }
logging

Enable logging with log

Enables log

experimental-api

*EXPERIMENTAL* Enables the cleaner/better api, but unfortunately requires nightly