Cargo Features
[dependencies]
oslog = { version = "0.2.0", default-features = false, features = ["logger"] }
- default = logger
-
The
logger
feature is set by default wheneveroslog
is added without
somewhere in the dependency tree.default-features = false - logger default = dashmap, log
-
Enables support for the
log
crate.
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.
- log logger
- dashmap logger
-
Enables dashmap ^5.1.0