Cargo Features
[dependencies]
fcnet = { version = "0.7.1", default-features = false, features = ["full", "simple", "namespaced", "tokio-backend", "smol-backend"] }
- default = simple
-
The
simple
feature is set by default wheneverfcnet
is added without
somewhere in the dependency tree.default-features = false - full = namespaced, simple, smol-backend, tokio-backend
- simple default full?
-
Enables simple of fcnet-types
- namespaced full?
-
Enables futures-channel and nix, namespaced of fcnet-types
- tokio-backend full?
-
Enables tokio, tokio_socket of netlink-proto, tokio-process of nftables-async
Affects
backend::TokioBackend
… - smol-backend full?
-
Enables async-executor and async-io, smol_socket of netlink-proto, async-process of nftables-async
Affects
backend::SmolBackend
…