Cargo Features

DropWithOwnedFields has no features set by default.

[dependencies]
drop-with-owned-fields = { version = "0.1.1", features = ["drop-sugar", "better-docs", "ui-tests", "docs-rs"] }
drop-sugar

Enables drop-sugar of drop-with-owned-fields-proc_macros

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 to better-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).