Adding px_llvm_codegen_utils_version_macros library as a dependency

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

cargo add px-llvm-codegen-utils-version-macros

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

px-llvm-codegen-utils-version-macros = "0.1.5"

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

Back to the crate overview.