Cargo Features
[dependencies]
nogpt = { version = "0.1.0-pre1", default-features = false, features = ["std", "alloc", "bitflags"] }
- default = bitflags
-
The
bitflags
feature is set by default whenevernogpt
is added without
somewhere in the dependency tree.default-features = false - std = alloc
-
Enables std of err-derive
Affects
nogpt::std
… - alloc std?
-
Affects
part::GPTPartHeader.name_str
…
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.
- bitflags default
-
Enables bitflags ^1.3