feat: PrimOp type

(cherry picked from commit 67616c4a55b9d98d716384ffc07d3b3880dd76e4)
This commit is contained in:
Robert Hensing 2024-07-19 17:54:31 +02:00
parent 5c43a28cf0
commit 312c86b811
5 changed files with 233 additions and 84 deletions

View file

@ -13,3 +13,4 @@ nix-c-raw = { path = "../nix-c-raw" }
lazy_static = "1.4.0"
ctor = "0.2.7"
tempfile = "3.10.1"
cstr = "0.2.12"