feat: Add nix-util crate with Context wrapper

(cherry picked from commit 6c8e116e8bbaecce2b77fd9e0db89f366b57f9b6)
This commit is contained in:
Robert Hensing 2024-02-16 09:59:51 +01:00
parent 61975ac8e4
commit 7ef434a6d7
5 changed files with 80 additions and 0 deletions

1
rust/nix-util/src/lib.rs Normal file
View file

@ -0,0 +1 @@
pub mod context;