Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/threeal/result
- Owner: threeal
- License: mit
- Created: 2022-11-15T13:41:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-12T09:03:25.000Z (2 months ago)
- Last Synced: 2024-10-14T23:06:55.214Z (2 months ago)
- Topics: abseil, cmake, cpp, result, results, rust-result, status
- Language: C++
- Homepage: https://threeal.github.io/result/
- Size: 353 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)