Cargo Features
Tailed has no features set by default.
[dependencies]
tailed = { version = "0.0.1", features = ["static-assert"] }
- static-assert = static_assertions
-
Requires a
nightly
toolchain due toconst_transmute
feature.
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.