diff --git a/index.html b/index.html index 764f79b..63c1b3e 100644 --- a/index.html +++ b/index.html @@ -135,7 +135,7 @@
result-cpp
-

GitHub License Github Tests workflow Github Tests workflow

+

GitHub License Github Tests workflow Github Tests workflow

Result-CPP is a C++ library that provides a Result<T, E> type, which can be used to return and propagate errors. It's inspired by Rust's std::Result type. It's a header-only library, so you can just copy the result.h file into your project and start using it. Or you can use it as a git submodule. Or fetch it with FetchContent if you're using CMake.

Documentation