Skip to content

lapkowski/result

Repository files navigation

Result - A library providing better error handling in C

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.

Installing

Refer to INSTALL.md for installation instructions.

Documentation

Check out the Documentation

Contributing

Refer to CONTRIBUTING.md for contributing instructions.

By contributing to the repository you accept the Code of conduct.

License

All of the code and documentation is licensed under the Apache-2.0 license.