Cargo Features

[dependencies]
libmem = { version = "5.0.0-pre6", default-features = false, features = ["static", "fetch"] }
default = fetch

The fetch feature is set by default whenever libmem is added without default-features = false somewhere in the dependency tree.

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.