feat: README and Flake

This commit is contained in:
Robert Hensing 2024-02-08 15:34:43 +01:00
commit bfa3b3a063
4 changed files with 227 additions and 0 deletions

14
README.md Normal file
View file

@ -0,0 +1,14 @@
# `nix_bindings_*` crates
Use the Nix [C API] from Rust.
## Hacking
The following will open a shell with dependencies, and install pre-commit for automatic formatting.
```console
$ nix develop
```
[C API]: https://nix.dev/manual/nix/latest/c-api.html