Rename nix-bindings-bindgen-raw to nix-bindings-util-sys

Adopt idiomatic Rust `-sys` crate naming convention, aligning with
the direction in PR #37 without adopting the full crate splitting.
This commit is contained in:
Robert Hensing 2026-01-12 19:56:04 +01:00
parent 795dfddc04
commit e6148b587f
25 changed files with 78 additions and 87 deletions

View file

@ -12,7 +12,7 @@ This workspace provides multiple crates that wrap different layers of the Nix C
- **`nix-bindings-flake`** - Flake operations
- **`nix-bindings-fetchers`** - Fetcher functionality (requires Nix ≥ 2.29)
The `nix-bindings-bindgen-raw` crate contains the generated FFI bindings and is not intended for direct use.
The `nix-bindings-util-sys` crate contains the generated FFI bindings and is not intended for direct use.
## Features