Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.3.0 source code.tar.gz | 2025-03-13 | 2.9 MB | |
0.3.0 source code.zip | 2025-03-13 | 2.9 MB | |
README.md | 2025-03-13 | 825 Bytes | |
Totals: 3 Items | 5.8 MB | 0 |
- Update Zig toolchain. We use 0.14.0. This project will not follow the main branch anymore to ensure some level of stability during development. The re-exported zig-overlay provides the used zig compiler via
pkgs.zigpkgs.stable
. - Build system improvements. Introduce
Project
to combine the meta-data into a common type that can be used to create the different project resources within the build script. UsingProject
can reduce repetition in complex setups - pgzx.node improvements:
- Add
List
type,initNode
,asNodePtr
- Add constant value helpers like
intVal
,boolVal
safeCastNode
now accepts an optional node pointer. This allows us to castnull
values into the correct target type.- deprecate
pgzx.c
in favor ofpgzx.pg
. - collections: add helpers to convert
List
to zig slice