nixide/nix-bindings-util-sys
Robert Hensing 0266e22379 Add CHANGELOG and crate READMEs
- Add CHANGELOG.md documenting 0.1.0 and 0.2.0 releases with contributor
  credits and PR links
- Add README.md to each crate linking to the changelog
- Link READMEs in Cargo.toml files
- Add repository field to -sys crates that were missing it
- Update top-level README to reference changelog and reflect -sys crate split
- Document changelog update step in release process
2026-01-13 16:49:52 +01: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 Add CHANGELOG and crate READMEs 2026-01-13 16:49:52 +01:00
README.md Add CHANGELOG and crate READMEs 2026-01-13 16:49:52 +01: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.

Changelog

See the nix-bindings-rust changelog.