Cargo Features

tiny-nix-ipc has no features set by default.

[dependencies]
tiny-nix-ipc = { version = "0.2.2", features = ["ser_cbor", "ser_json", "ser_bincode", "zero_copy"] }
ser_cbor = serde, serde_cbor
ser_json = serde, serde_json
ser_bincode = bincode, serde
zero_copy = zerocopy

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.

serde ser_bincode? ser_cbor? ser_json?
serde_cbor ser_cbor?
serde_json ser_json?
bincode ser_bincode?
zerocopy zero_copy?

Enables zerocopy ^0.6