Cargo Features
acid_io has no features set by default.
[dependencies]
acid_io = { version = "0.1.0", features = ["std", "alloc"] }
- std
-
byteorder/std should be a weak dependency feature once rust-lang/cargo#8832 is stabilized.
- alloc
-
Affects
io_core::Read.read_to_end
,io_core::Read.read_to_string
,io_core::BufRead.read_until
,io_core::BufRead.read_line
,io_core::BufRead.split
,io_core::BufRead.lines
…
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.