Adding llvm_bitcode library as a dependency
Run this command in a terminal, in your project's directory:
cargo add llvm-bitcode
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
llvm-bitcode = "0.2.0"
The llvm_bitcode library will be automatically available globally.
Read the llvm_bitcode library documentation.