Cargo Features

[dependencies]
dos-cp = { version = "0.5.2", default-features = false, features = ["nightly", "load"] }
default = load, nightly

These default features are set whenever dos-cp is added without default-features = false somewhere in the dependency tree.

nightly default load

Enables nightly of iter-identify_first_last

iter-identify_first_last:

disable to make the library compatible with stable and beta Rust channels.

load default = iter-identify_first_last, nightly

Enables pc-ints

Affects dos-cp::inkey, dos-cp::InkeyErr, dos-cp::CodePageLoadError, dos-cp::DosStdout

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.

iter-identify_first_last load nightly