Cargo Features
MaybeDangling has no features set by default.
[dependencies]
maybe-dangling = { version = "0.1.1", features = ["nightly-dropck_eyepatch", "better-docs", "ui-tests", "docs-rs"] }
- nightly-dropck_eyepatch
-
Enable and use
#![feature(dropck_eyepatch)]
forMaybeDangling
. - better-docs docs-rs? ui-tests?
-
unstable! Will probably use nightly to improve doc quality
- ui-tests = better-docs
- docs-rs = better-docs
-
docs-rs
is very similar tobetter-docs
, but for it being allowed to enable other features as well, often to make sure optional/non-default
features make it to the rendered docs (using--all-features
instead is not that great).