This library is currently under development.
RENE (REsult aNd Error Library)
Error handling differently.
Influenced and inspired:
- rust result library
- working experience
Motivation
TODO
Requirements
- C++ standard library
- Minimum C++17
- std::variant
- matepek/jasl library's requirements:
- clang, gcc or msvc
- Minimum C++11:
- constexpr specifier
- noexcept specifier.
- std::hash
- static_assert
Installation
TODO
Documentation
TODO
Configuration
TODO
Changelog
Tests, Test Coverage and Performance Tests
Requirements
Building, testing and generating coverage report
Tests
Tested on
Licence and third-parties
RENE library uses the MIT license.