Cargo Features

[dependencies]
mustang = { version = "0.14.5", default-features = false, features = ["std", "thread", "env_logger", "atomic-dbg-logger", "log", "max_level_off", "experimental-relocate"] }
default = std, thread

These default features are set whenever mustang is added without default-features = false somewhere in the dependency tree.

std default

Enables std of c-gull

thread default

Enables thread of c-gull

env_logger

Enables env_logger of c-gull

c-gull:

Install the env_logger crate as a logger.

atomic-dbg-logger

Enables atomic-dbg-logger of c-gull

c-gull:

Install atomic_dbg::log as a logger.

log

Enables log of c-gull

c-gull:

Enable logging of program and thread startup and shutdown.

max_level_off

Enables max_level_off of c-gull

c-gull:

Disable logging.

experimental-relocate

Enable highly experimental support for performing startup-time relocations,
needed to support statically-linked PIE executables.

Enables experimental-relocate of c-gull