Cargo Features

test-fork has no features set by default.

[dependencies]
test-fork = { version = "0.1.3", features = ["unstable", "unsound"] }
unstable

Enable unstable features. These are generally exempt from any semantic versioning guarantees.

Enables unstable of test-fork-macros

unsound

Enable potentially unsound features.

Enables unsound of test-fork-macros