nix-bindings-expr-sys 0.2.1

Low-level FFI bindings to the Nix expression evaluator
1
2
3
4
5
6
7
8
9
10
11
# nix-bindings-expr-sys

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

[API Documentation](https://nixops4.github.io/nix-bindings-rust/development/nix_bindings_expr_sys/)

## Changelog

See the [nix-bindings-rust changelog](https://github.com/nixops4/nix-bindings-rust/blob/main/CHANGELOG.md).