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: 7 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-26T15:53:14.000Z (7 months ago)
- Last Synced: 2025-03-18T11:51:59.239Z (7 months ago)
- Topics: abseil, cmake, cpp, result, results, rust-result, status
- Language: C++
- Homepage: https://threeal.github.io/result/
- Size: 362 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
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-2025 [Alfi Maulana](https://github.com/threeal)