nixide/nix-bindings-util-sys
John Ericson dbb00333b1 Split monolithic raw crates into sys crates
Creating a crate for bwd-gc highlights the fact that it would be nice to
fix 2!

The file blocklist is a lost less unmaintainable then the more
fine-grained one we had before.

Fix #9
2026-01-12 19:48:45 -05:00
..
include Split monolithic raw crates into sys crates 2026-01-12 19:48:45 -05:00
src Rename nix-bindings-bindgen-raw to nix-bindings-util-sys 2026-01-12 19:56:04 +01:00
build.rs Split monolithic raw crates into sys crates 2026-01-12 19:48:45 -05:00
Cargo.toml Split monolithic raw crates into sys crates 2026-01-12 19:48:45 -05:00
README.md Split monolithic raw crates into sys crates 2026-01-12 19:48:45 -05:00

nix-bindings-util-sys

This crate contains generated bindings for the Nix C API (nix-util-c). You should not have to use this crate directly, and so you should probably not add it to your dependencies. Instead, use the nix-bindings-util crate, which should be sufficient.