1
0
Fork
You've already forked dizzy
0
Zig Comptime Dependency Injection
  • Zig 100%
2026年04月16日 21:58:13 -05:00
.github/workflows workflow update 2026年04月16日 21:58:13 -05:00
.gitattributes v0.0.1 2024年03月25日 20:00:04 -05:00
.gitignore housekeeping 2026年02月21日 14:30:32 -06:00
build.zig housekeeping 2026年02月21日 14:30:32 -06:00
build.zig.zon fix ptrcast alignment errors on aarch64 2026年04月16日 16:34:37 -05:00
dizzy.zig fix ptrcast alignment errors on aarch64 2026年04月16日 16:34:37 -05:00
license housekeeping 2026年02月21日 14:30:32 -06:00
README.md v0.0.1 2024年03月25日 20:00:04 -05:00
test.zig Allow union result types to be initialized from any of their fields, or from a field of a different union (so long as it has the same name and payload type) 2024年03月25日 20:51:14 -05:00

Dizzy

Function Parameter Dependency Injection for Zig

See test.zig for example usage.