Adding atl_thunk library as a dependency

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

cargo add atl-thunk

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

atl-thunk = "0.2.0"

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

Back to the crate overview.