Adding executable_memory library as a dependency

Run this command in a terminal, in your project's directory:

cargo add executable_memory

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

executable_memory = "0.1.2"

The executable_memory library will be automatically available globally. Read the executable_memory library documentation.

Back to the crate overview.