Cargo Features
[dependencies]
cstream = { version = "0.1.4", default-features = false, features = ["std", "alloc"] }
-
default
=
std
-
The std
feature is set by default
whenever cstream
is added without default-features = false
somewhere in the dependency tree.
-
std
default
=
alloc
-
Enables
std
of
libc
Affects
cstream::seek
…
-
alloc
std
-
Affects
cstream::BufferedCStream
…