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 whenever portable-io is added without default-features = false somewhere in the dependency tree.

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