Cargo Features

Negative has no features set by default.

[dependencies]
negative = { version = "0.1.1", features = ["better-docs", "ui-tests", "docs-rs"] }
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).