Oxidized bindings for the Nix package manager!!
|
|
||
|---|---|---|
| .vscode | ||
| dev | ||
| doc/hacking | ||
| nix-bindings-bindgen-raw | ||
| nix-bindings-expr | ||
| nix-bindings-fetchers | ||
| nix-bindings-flake | ||
| nix-bindings-store | ||
| nix-bindings-util | ||
| .envrc | ||
| .gitignore | ||
| bindgen-gcc.sh | ||
| Cargo.lock | ||
| Cargo.toml | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| nci.nix | ||
| README.md | ||
nix_bindings_* crates
Use the Nix C API from Rust.
Hacking
The following will open a shell with dependencies, and install pre-commit for automatic formatting.
$ nix develop
VSCode
rust-analyzer
If the rust-analyzer extension fails, make sure the devShell was loaded into VSCode via Nix Env Selector or direnv.