Cargo Features
printf-wrap has no features set by default.
[dependencies]
printf-wrap = { version = "0.2.1", features = ["libc", "example", "doccfg"] }
-
libc
-
use types currently available only from libc
and not core::ffi
Enables
libc
-
example
-
include the "example" module
Enables
libc
-
doccfg
-
use the nightly-only #[doc(cfg(...))]; intended for use when generating docs
Enables
libc