nixide/nix-bindings-store-sys
John Ericson 0eb73977ef Add zerocopy instance to raw bindings struct
This will come in handy later, when we integrate harmonia. It is a very
stable thing to do.
2026-01-14 15:37:40 -05:00
..
include Split monolithic raw crates into sys crates 2026-01-12 19:48:45 -05:00
src Fix cargo doc 2026-01-14 15:19:47 -05:00
build.rs Add zerocopy instance to raw bindings struct 2026-01-14 15:37:40 -05:00
Cargo.toml Add zerocopy instance to raw bindings struct 2026-01-14 15:37:40 -05:00
README.md Add CHANGELOG and crate READMEs 2026-01-13 16:49:52 +01:00

nix-bindings-store-sys

This crate contains generated bindings for the Nix C API (nix-store-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-store crate, which should be sufficient.

Changelog

See the nix-bindings-rust changelog.