Cargo Features
[dependencies]
arc-slice = { version = "0.1.0-alpha.1", default-features = false, features = ["std", "inlined", "bytes", "portable-atomic", "serde"] }
- default = bytes, inlined, std
-
These default features are set whenever
arc-slice
is added without
somewhere in the dependency tree.default-features = false - std default
- inlined default
-
Enables either
Affects
arc-slice::inlined
…
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.
- bytes default
- portable-atomic implicit feature
-
Enables portable-atomic
portable-atomic:
Portable atomic types including support for 128-bit atomics, atomic float, etc
- serde implicit feature
-
Enables serde
serde:
A generic serialization/deserialization framework