Warning
Result is a library in beta development stage. Its API can change before the 1.0 release.
Result provides a special wrapper for return types that prohibits retriving the return value without checking for errors while making the handling of those errors easier.
Result is designed to be a direct replacement to the libc errno variable, providing tools to easly convert between the two.
Refer to INSTALL.md for installation instructions.
Check out the Documentation
Refer to CONTRIBUTING.md for contributing instructions.
By contributing to the repository you accept the Code of conduct.
All of the code and documentation is licensed under the Apache-2.0 license.