Cargo Features
[dependencies]
nng = { version = "1.0.1", default-features = false, features = ["build-nng", "ffi-module"] }
- default = build-nng
-
The
build-nng
feature is set by default whenevernng
is added without
somewhere in the dependency tree.default-features = false - build-nng default
-
nng-sys:
Whether or not to build the NNG library
- ffi-module
NNG has 3 features without comments.