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]
- Host: GitHub
- URL: https://github.com/thechampagne/maybe-zig
- Owner: thechampagne
- License: mit
- Created: 2023-09-30T03:51:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-08T08:06:14.000Z (over 2 years ago)
- Last Synced: 2025-02-11T00:11:22.964Z (over 1 year ago)
- Topics: rust, rust-lang, zig, ziglang
- Language: Zig
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# maybe-zig
[](https://github.com/thechampagne/maybe-zig/releases/latest) [](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).