Skip to content

orvitpng/libz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libz

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.

Supported Platforms

OS Architecture(s)
Linux x86_64

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published