My implementation of a C++ Result<T, E> type inspired by Rust
☆359Oct 6, 2024Updated last year
Alternatives and similar repositories for result
Users that are interested in result are comparing it to the libraries listed below
Sorting:
- Option type implementation in C++11☆14Apr 2, 2016Updated 9 years ago
- C++11/14/17 std::expected with functional-style extensions☆1,816Sep 1, 2025Updated 6 months ago
- A lightweight C++11-compatible error-handling mechanism☆311Sep 23, 2022Updated 3 years ago
- A rust like Result type for modern C++☆20May 26, 2019Updated 6 years ago
- Provides very lightweight outcome<T> and result<T> (non-Boost edition)☆775Feb 1, 2026Updated last month
- C++11/14/17 std::optional with functional-style extensions and reference support☆922Jun 10, 2024Updated last year
- Zero overhead utilities for preventing bugs at compile time☆1,635Oct 13, 2025Updated 4 months ago
- A modern, fast, structured logging framework in C++☆60May 6, 2023Updated 2 years ago
- Proposal for the expected class.☆18May 12, 2017Updated 8 years ago
- A C++ smart-pointer with value-semantics 💎☆131Sep 16, 2019Updated 6 years ago
- A comparison of different options to implement binary flags in C++17☆17Jan 5, 2018Updated 8 years ago
- This is an experimental library that has evolved to P2688☆682Nov 27, 2024Updated last year
- C++17 `std::variant` for C++11/14/17☆707Dec 7, 2022Updated 3 years ago
- What did you expect?☆110May 15, 2017Updated 8 years ago
- A modern formatting library☆23,287Feb 24, 2026Updated last week
- Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate …☆5,961Feb 7, 2026Updated 3 weeks ago
- optional lite - A C++17-like optional, a nullable object for C++98, C++11 and later in a single-file header-only library☆421Nov 28, 2025Updated 3 months ago
- C++ asynchronous promises like a Promises/A+☆47Jan 6, 2023Updated 3 years ago
- Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!☆75Apr 7, 2025Updated 10 months ago
- Header-only, event based, tiny and easy to use libuv wrapper in modern C++ - now available as also shared/static library!☆2,029Dec 17, 2025Updated 2 months ago
- Provides very lightweight outcome<T> and result<T> (Boost edition)☆47Feb 1, 2026Updated last month
- Future C++ implementation of Rust-like trait objects with no boilerplate☆119Aug 8, 2019Updated 6 years ago
- Safe interop between Rust and C++☆6,671Feb 15, 2026Updated 2 weeks ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆598Jul 17, 2025Updated 7 months ago
- A simple way to parse a string using type annotations☆13Jul 28, 2022Updated 3 years ago
- Tagged types C++ library☆11Apr 2, 2018Updated 7 years ago
- unique_resource, The General RAII Wrapper for Exclusive Ownership Resource Management.☆49Aug 9, 2024Updated last year
- C++17 & C++ 20 error-handling and utility extensions.☆632Dec 26, 2023Updated 2 years ago
- Either and Maybe monads for better error-handling in C++ ↔️☆257Oct 31, 2019Updated 6 years ago
- Traits and functions to make writing proc macros more ergonomic.☆22Jun 27, 2023Updated 2 years ago
- Compile Time Regular Expression in C++☆3,764Sep 12, 2025Updated 5 months ago
- A miniature library for struct-field reflection in C++☆636Oct 31, 2025Updated 4 months ago
- Range library for C++14/17/20, basis for C++20's std::ranges☆4,352Mar 23, 2025Updated 11 months ago
- An implementation of C++17 std::filesystem for C++11 /C++14/C++17/C++20 on Windows, macOS, Linux and FreeBSD.☆1,514Dec 31, 2025Updated 2 months ago
- STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.☆1,596May 29, 2025Updated 9 months ago
- JSON/CBOR streaming library, without using memory, like a GoldFish☆73Aug 23, 2016Updated 9 years ago
- A C++17 implementation of the "value or error" type Result<T, E>.☆22May 11, 2018Updated 7 years ago
- Functional Programming Library for C++. Write concise and readable C++ code.☆2,273Jan 18, 2026Updated last month
- Header-only llvm::Expected<T>☆38Oct 14, 2019Updated 6 years ago