Cargo Features
[dependencies]
libmem = { version = "5.0.1", default-features = false, features = ["static", "fetch"] }
- default = fetch
-
The
fetch
feature is set by default wheneverlibmem
is added without
somewhere in the dependency tree.default-features = false - static
-
Enables static of libmem-sys
- fetch default
-
Enables fetch of libmem-sys
libmem-sys:
Currently, this feature will not do dynamic linking
libmem has 3 features without comments.