Cargo Features

[dependencies]
rowcol = { version = "0.3.3", default-features = false, features = ["std", "use_needs_drop", "unicode_width"] }
default = std, unicode_width

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

std default

Enables std of nodrop

nodrop:

Default, requires Rust 1.6+ to disable
Use libstd

use_needs_drop

Enables use_needs_drop of nodrop

nodrop:

Optional, Rust 1.21.0 Use needs_drop to skip overwriting if not necessary

unicode_width default = unicode-width

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.

unicode-width unicode_width