Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/threeal/result

A simple C++ implementation of Rust Result, an alternative to Abseil Status
https://github.com/threeal/result

abseil cmake cpp result results rust-result status

Last synced: about 2 months ago
JSON representation

A simple C++ implementation of Rust Result, an alternative to Abseil Status

Awesome Lists containing this project

README

        

# Result

A simple C++ implementation of [Rust Result](https://doc.rust-lang.org/std/result), an alternative to [Abseil Status](https://abseil.io/docs/cpp/guides/status).

## License

This project is licensed under the terms of the [MIT License](./LICENSE).

Copyright © 2022-2024 [Alfi Maulana](https://github.com/threeal)