We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
In .cargo/config.toml:
.cargo/config.toml
[env] LIBRSYS_BINDINGS_OUTPUT_PATH="src/bindings" # export LIBCLANG_PATH=$(brew --prefix llvm)/lib # export LLVM_CONFIG_PATH=$(brew --prefix llvm)/bin/llvm-config [build] rustflags = ["-Zmacro-backtrace"]
In rust-toolchain.toml:
rust-toolchain.toml
[toolchain] channel = "nightly"
cargo watch
Use .ignore file
.ignore
src/bindings/*
There was an error while loading. Please reload this page.