Cargo Features
[dependencies]
portable-io = { version = "0.0.4", default-features = false, features = ["alloc", "os-error", "unix-iovec"] }
- default = alloc
-
The
alloc
feature is set by default wheneverportable-io
is added without
somewhere in the dependency tree.default-features = false - alloc default
-
---
- os-error
-
---
UNSTABLE FEATURES
NOTE: os-error feature is MISSING some FUNCTIONALITY, with KNOWN PANICS - unix-iovec
-
NOTE: unix-iovec is for UNIX PLATFORMS ONLY
Enables libc