nixide/nix-bindings-store-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 Split monolithic raw crates into sys crates 2026-01-12 19:48:45 -05: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-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.