Cargo Features
[dependencies]
obix = { version = "0.2.16", default-features = false, features = ["fail-on-warnings", "tracing", "default-tables", "test-utils"] }
- default = default-tables
-
The
default-tablesfeature is set by default wheneverobixis added withoutsomewhere in the dependency tree.default-features = false - fail-on-warnings
-
Enables fail-on-warnings of obix-macros
- tracing
-
Enables tracing-context of es-entity, tracing of obix-macros
- default-tables default
- test-utils
-
Affects
obix::test_utils…