A blazingly fast cross-platform standard library for Zig emphasizing consistency and portability, ensuring all public APIs function seamlessly across supported platforms and architectures.
It is important to note that this library is not intended as a complete replacement for Zig's standard library. Instead, it serves as a complementary toolkit offering optimized alternatives for specific use cases.
Sadly, some parts of the original standard library are unavoidable, however libz tries its best to wrap it when it can. Certain things like builtins, argument gathering, and others unavoidably have to use language std integration.
Please note that this project is currently in an experimental phase. APIs are subject to significant changes, and I make no stability guarantees.
OS | Architecture(s) |
---|---|
Linux | x86_64 |