An open API service indexing awesome lists of open source software.

https://github.com/thechampagne/maybe-zig

A Rust compatible Result<T, E> and Option<T> types for Zig. [WIP]
https://github.com/thechampagne/maybe-zig

rust rust-lang zig ziglang

Last synced: about 2 months ago
JSON representation

A Rust compatible Result<T, E> and Option<T> types for Zig. [WIP]

Awesome Lists containing this project

README

          

# maybe-zig

[![](https://img.shields.io/github/v/tag/thechampagne/maybe-zig?label=version)](https://github.com/thechampagne/maybe-zig/releases/latest) [![](https://img.shields.io/github/license/thechampagne/maybe-zig)](https://github.com/thechampagne/maybe-zig/blob/main/LICENSE)

A Rust compatible Result and Option< T > types for Zig.

### References
- [Result](https://doc.rust-lang.org/std/result/index.html)
- [Option< T >](https://doc.rust-lang.org/std/option/index.html)

### License

This repo is released under the [MIT License](https://github.com/thechampagne/maybe-zig/blob/main/LICENSE).