Skip to content

Commit

Permalink
Deploying to gh-pages from @ ae9ca47 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryKogan committed Feb 19, 2024
1 parent 6f989f2 commit d013bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<div class="headertitle"><div class="title">result-cpp </div></div>
</div><!--header-->
<div class="contents">
<div class="textblock"><p ><a class="anchor" id="md_README"></a> <img src="https://img.shields.io/github/license/GregoryKogan/result-cpp" alt="GitHub License" class="inline"/> <img src="https://img.shields.io/github/actions/workflow/status/GregoryKogan/result-cpp/tests.yml?logo=github&amp;label=tests" alt="Github Tests workflow" class="inline"/> <img src="https://img.shields.io/github/actions/workflow/status/GregoryKogan/result-cpp/docs.yml?logo=files&amp;logoColor=f5f5f5&amp;label=docs" alt="Github Tests workflow" class="inline"/></p>
<div class="textblock"><p ><a class="anchor" id="md_README"></a> <img src="https://img.shields.io/github/license/GregoryKogan/result" alt="GitHub License" class="inline"/> <img src="https://img.shields.io/github/actions/workflow/status/GregoryKogan/result-cpp/tests.yml?logo=github&amp;label=tests" alt="Github Tests workflow" class="inline"/> <img src="https://img.shields.io/github/actions/workflow/status/GregoryKogan/result-cpp/docs.yml?logo=files&amp;logoColor=f5f5f5&amp;label=docs" alt="Github Tests workflow" class="inline"/></p>
<p >Result-CPP is a C++ library that provides a <code>Result&lt;T, E&gt;</code> type, which can be used to return and propagate errors. It's inspired by Rust's <code>std::Result</code> type. It's a header-only library, so you can just copy the <code><a class="el" href="result_8h.html" title="result is a C++ library that provides a Result&lt;T, E&gt; type, which can be used to return and propagate ...">result.h</a></code> file into your project and start using it. Or you can use it as a git submodule. Or fetch it with <a href="https://cmake.org/cmake/help/latest/module/FetchContent.html">FetchContent</a> if you're using CMake.</p>
<h1><a class="anchor" id="autotoc_md1"></a>
Documentation</h1>
Expand Down

0 comments on commit d013bab

Please sign in to comment.