oktal / resultLinks
My implementation of a C++ Result<T, E> type inspired by Rust
☆351Updated 8 months ago
Alternatives and similar repositories for result
Users that are interested in result are comparing it to the libraries listed below
Sorting:
- Provides very lightweight outcome<T> and result<T> (non-Boost edition)☆752Updated last month
- A lightweight C++11-compatible error-handling mechanism☆298Updated 2 years ago
- expected lite - Expected objects in C++11 and later in a single-file header-only library☆470Updated this week
- C++11/14/17 std::optional with functional-style extensions and reference support☆898Updated last year
- This is an experimental library that has evolved to P2688☆674Updated 7 months ago
- C++11/14/17 std::expected with functional-style extensions☆1,676Updated 5 months ago
- match(it): A lightweight single-header pattern-matching library for C++17 with macro-free APIs.☆615Updated 2 years ago
- Zero overhead utilities for preventing bugs at compile time☆1,588Updated 9 months ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆567Updated 10 months 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☆406Updated 3 months ago
- Future C++ implementation of Rust-like trait objects with no boilerplate☆119Updated 5 years ago
- A miniature library for struct-field reflection in C++☆570Updated 3 months ago
- P1031 low level file i/o and filesystem library for the C++ standard☆954Updated last month
- Range-based goodness for C++17☆361Updated 4 years ago
- C++17 `std::variant` for C++11/14/17☆693Updated 2 years ago
- string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library☆443Updated 3 months ago
- c++ serialize and deserialize adaptor library like rust serde.rs☆111Updated last year
- C++ parsing DSL☆1,098Updated last week
- C++17 Run-time Polymorphism (Type Erasure) library☆479Updated 2 months ago
- C++17 & C++ 20 error-handling and utility extensions.☆628Updated last year
- An additive strong typedef library for C++14/17/20☆443Updated 5 months ago
- Implementation of strong types in C++☆796Updated 2 years ago
- scanf for modern C++☆1,192Updated last week
- Compile Time Parser Generator is a C++ single header library which takes a language description as a C++ code and turns it into a LR1 tab…☆473Updated 9 months ago
- A (work-in-progress) nextgen Doxygen for C++☆956Updated last year
- Implementation of C++20's std::span for older compilers☆355Updated 2 years ago
- span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library☆498Updated last year
- Lightweight Error Augmentation Framework☆331Updated 3 weeks ago
- Simple header only pattern matching for c++14☆232Updated 4 years ago
- Runtime polymorphism done right☆1,011Updated 4 years ago